func set(Any?, forKey : String)
Sets the value of the specified default key.
指定されたdefaultキーの値を設定します。
Availability 有効性
Technology
func removeObject(forKey defaultName: String
)
defaultName
The key whose value you want to remove. それの値をあなたが取り除きたいキー。
Removing a default has no effect on the value returned by the object(for
method if the same key exists in a domain that precedes the standard application domain in the search list.
あるdefaultを取り除くことは、object(for
メソッドによって返される値に影響を与えません、もし検索リストにおいて標準アプリケーションドメインより前にあるドメインに同じキーが存在するならば。
func set(Any?, forKey : String)