1.
直接看代码
2.
1.next原型:next(table[,index])
table是要遍历表 index为nil返回第一个索引 index为最后一索引则返回nil
2.对table是否为空表进行判定:
3.next遍历一个表: