关于ipairs()和pairs(),Lua官方手册是这样说明的:pairs (t)If t has a metamethod __pairs ... will iterate over all key–value pairs of table t .
確定! 回上一頁