xptool 发表于 2008-11-15 14:48:55

$Line = _FileCountLines(lianjie.txt)问题

为什么$Line = _FileCountLines(lianjie.txt) 总是显示不正确

[ 本帖最后由 xptool 于 2008-11-15 16:34 编辑 ]

真会走路的废柴 发表于 2008-11-15 16:46:13

#AutoIt3Wrapper_UseAnsi=y

xuanfeng1234567 发表于 2011-7-10 21:30:39

#include <file.au3>
$t = _FileCountLines("错误.log")
MsgBox("","",$t)
如果“错误.log”存在,他就能读出它的行数,当然空行也包含在内!
页: [1]
查看完整版本: $Line = _FileCountLines(lianjie.txt)问题