1.next原型:next(table[,index])table是要遍历表index为nil返回第一个索引index为最后一索引则返回nil2.对table是否为空表进行判定:function isEmptyTable(t) return ...
確定! 回上一頁