Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在文本文件中有一些 IP,我必须将它们全部转换为域名(例如:14.12.33.33 到 example.com)并将它们存储在文件 domain.txt
然后我必须再次将它们全部转换为 IP 列表(例如:example.com 到 14.12.33.33)并将它们存储在文件 ips.txt
如果有人帮助我,我将不胜感激。提前致谢 :)