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

path

The path URL component, or nil if not present. パスURL構成要素、または存在しないならばnil

Declaration 宣言

var path: String? { get set }

Discussion 議論

For example, in the URL http://www.example.com/index.html, the path is /index.html. 例えば、URL http://www.example.com/index.htmlにおいて、パスは/index.htmlです。

See Also 参照

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