为什么这段代码失败(尝试调用方法'sort'(一个零值))
th> xyz = {1,2,3} th> xyz:sort()
这虽然有效
th> table.sort(xyz)
oop lua lua-table
lua ×1
lua-table ×1
oop ×1