$fHandle= FileOpen("文件", 0)
if $fHandle <> -1 Then
 While 1  
        $line= FileReadLine($fHandle)  
        If@error = -1 Then ExitLoop
 Wend
EndIf
FileClose($fHandle)

 

相关文章:

  • 2021-12-13
  • 2022-12-23
  • 2021-12-12
  • 2021-08-04
  • 2021-11-27
  • 2022-12-23
  • 2021-09-13
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-07
  • 2021-12-06
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案