table.unpack()
参数是一个数组,返回值为数组内的所有元素:
goto 实现 continue
for k, v in pairs(tb) do
if not v then
goto continue
end
-- 执行代码
::continue::
end
参数是一个数组,返回值为数组内的所有元素:
for k, v in pairs(tb) do
if not v then
goto continue
end
-- 执行代码
::continue::
end