文章出處 首先看看從lua表中查找一個鍵時的流程: -- 當從表t中查找鍵k時,lua處理 ... __index = self return setmetatable( {}, self ) end function class:say() ...
確定! 回上一頁