今天遇到需要对list判空的处理

#list=0并不能判定list是否为空

解决:if next(list) ~= nil then 

lua “#”取长度问题