Lua table 使用关联型数组,你可以用任意类型的值来作数组的索引, ... ipairs(fruits) do print(k,v) end table.sort(fruits) print("排序后") for k ...
確定! 回上一頁