b 二进制模式,若,文件为二进制编码,需加上b 例 io.open(filename,"rb+") -- + 可读可写. local file =io.open("mon.txt","r+"). --文件关闭.
確定! 回上一頁