变量 ret=文件写日志("my log test","d:/sdcard/a.txt") 消息框(ret)
这论坛不错 发表于 2015-5-9 14:10 变量 文件句柄=文件打开("c:\\123.ini") 文件末尾写字符(文件句柄,"\r\n12345")文件关闭(文件句柄)