Map. Map 是一个带键的数据项的集合,就像一个 Object 一样。 ... map.delete(key) —— 删除指定键的值。 map.clear() —— 清空map。 map.size —— 返回当前元素个数。
確定! 回上一頁