removeAll()

dictionary.removeAll() 関数は、辞書内のすべての「キー/値」エントリーを除去しますが、辞書のプロパティーには影響を与えません。

構文

  dictionaryName.removeAll( )
dictionaryName
Dictionary パーツに基づく変数名。

フィードバック