使用“rawget(myTable,key)” 可以跳过这个元方法(__index). 写点测试:. local test = {} local meta = { __index = function(t, k) print(" ...
確定! 回上一頁