方法介绍

方法名称:读取文件数据

语法:io.read() 等价于 io.input():read(···)

方法例子

io.input("/mnt/sdcard/test.txt")

while true do

local ReadContent = io.read()

if ReadContent == null then

break

end

print(ReadContent)

end

io.close()

Copyright © 湖南合鑫网络科技有限公司 2020 all right reserved,powered by Gitbook该文件修订时间: 2020-11-12 17:55:24

results matching ""

    No results matching ""