Lua 的table是由 数组部分(array part) 和 哈希部分(hash part) 组成。 ... local a = {} --容量为0 a[1] = true --重设数组部分的size为1 a[2] = true --重设数组 ...
確定! 回上一頁