Learn Lua - Raw table access. ... --t[1] = 42 -- we can now circumvent this problem by using raw access: print(rawget(t, 1)) -- prints nil rawset(t, 1, ...
確定! 回上一頁