举报
Local $str, $str2, $txt $str = '192.168.0.1 www.sina.com' $str2 = '1.1.1.1 www.sina.com' $txt = FileRead('host') ; 把文件内的相关内容替换掉 $txt = StringReplace($txt, $str, $str2) ;StringRegExpReplace($txt, $str, $str2) ;重写回文件 $handle = FileOpen('host', 2) FileWrite($handle, $txt) FileClose($handle)
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-4-22 07:29 , Processed in 0.128312 second(s), 24 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2025 Discuz! Team.