Skip to content

Lua 常见问题

Updated: at 05:16 PM
-- 必须是
next(table)==nil

-- 错误的方式
table == nil
table == {}