The problem is that such table is not iterable in Lua. I can make it iterable by implementing the __pairs or __ipairs metamethods.
確定! 回上一頁