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

query

The query string, conforming to RFC 1808. クエリ文字列、RFC 1808に準拠します。

Declaration 宣言

var query: String? { get }

Discussion 議論

This property contains the query string. Any percent-encoded characters are not unescaped. If the receiver does not conform to RFC 1808, this property contains nil. For example, in the URL http://www.example.com/index.php?key1=value1&key2=value2, the query string is key1=value1&key2=value2. このプロパティは、クエリ文字列を含みます。あらゆるパーセント符号化された文字は、アンエスケープされません。レシーバがRFC 1808に準拠しないならば、このプロパティはnilを含みます。例えば、URL http://www.example.com/index.php?key1=value1&key2=value2において、クエリ文字列はkey1=value1&key2=value2です。

See Also 参照

Accessing the Parts of the URL URLの部分それらにアクセスする