lua 官方string文件:http://www.lua.org/manual/5.3/manual.html#6.4 ... __index = function ( table,key ) return "!!" .. key end setmetatable(t, ...
確定! 回上一頁