rawset 和rawget 操作非元表里面的值,所以想获取或设置不是元表里面的值时候使用。local a = {b = 1,c = 2}local e = {f = 3,g = 4}setmetatable(a,e)e.
確定! 回上一頁