方法介绍
方法名称:写入数据到文件
语法:io.read() 等价于 io.output():write(···)
方法例子
io.output("/mnt/sdcard/test.txt")
io.write(tostring("123"))
io.close()