file = io.open("test.lua", "a") -- 设置默认输出文件为test.lua io.output(file) -- 在文件最后一行添加Lua 注释 io.write("-- test.lua 文件末尾注释")
確定! 回上一頁