next 允许程序遍历表中的每一个字段,返回下一索引和该索引的值。local a = {a = "a", b = "b", c = "c", d = "d"}local valuewhile next(a, ...
確定! 回上一頁