求個能用的LUA讀取或者寫入記事本內容的代碼,. --main.lua --讀 file = io.open("1.txt",'r') t = file:read("*all") print(t) file:close()
確定! 回上一頁