以附加的方式打开只写文件 file = io.open("test.lua", "a") -- 设置默认输出文件为test.lua io.output(file) -- 在文件最后一行添加Lua 注释
確定! 回上一頁