end -- Read an entire file. -- Use "a" in Lua 5.3; "*a" in Lua 5.1 and 5.2 function readall(filename) local fh = assert(io.open(filename, ...
確定! 回上一頁