Lua 中有八種基本類型: nil,boolean,number, string,function,userdata, thread ... metatable 也是個普通的table; 每個table 內都有一些特殊的key (如__index, ...
確定! 回上一頁