如何在Lua中读取整个文件? ... function readAll(file) local f = io.open(file, "r") local content = "" local length = 0 while f:read(0) ...
確定! 回上一頁