function FileSaveLoad() local file = io.open("c:\\in.lua", "r"); ... Lua讀取和寫入檔案處理例子 ... file:write(string.format(“%q”, obj));
確定! 回上一頁