func removeObject (forKey : Any)
Removes a given key and its associated value from the dictionary.
与えられたキーとそれの関連値を辞書から取り除きます。
func removeObjects (forKeys : [Any])
Removes from the dictionary entries specified by elements in a given array.
辞書からある与えられた配列の中の要素によって指定される登録項目を取り除きます。