举报
$file = FileOpen("test.png", 16) $file1 = FileOpen("test.txt", 2) Dim $m = 0 While 1 $chars = (FileRead($file,4)) If @error = -1 Then ExitLoop Else $chars=String($chars) $chars=StringMid($chars,3) $m = $m + 1 FileWrite($file1,$chars) If $m = 4 Then FileWrite($file1,@CRLF) $m=0 EndIf EndIf Wend FileClose($file1) FileClose($file)
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-2-24 02:44 , Processed in 0.080987 second(s), 23 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.