lua 官方string文件:http://www.lua.org/manual/5.3/manual.html#6.4 ... 序列化du = string.dump(max) print(type(du)) --string print(du) --LuaQ ...
確定! 回上一頁