Instance Property インスタンスプロパティ

query

The query URL component as a string, or nil if not present. クエリURL構成要素、ある文字列として、または存在しないならばnil

Declaration 宣言

var query: String? { get set }

Discussion 議論

For example, in the URL http://www.example.com/index.php?key1=value1&key2=value2, the query string is key1=value1&key2=value2. 例えば、URL http://www.example.com/index.php?key1=value1&key2=value2において、クエリ文字列はkey1=value1&key2=value2です。

See Also 参照

Accessing Components in Native Format 構成要素にネイティブ形式でアクセスする