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

user

The username URL subcomponent, or nil if not present. ユーザ名URL下位構成要素、または存在しないならばnil

Declaration 宣言

var user: String? { get set }

Discussion 議論

For example, in the URL http://username:password@www.example.com/index.html, the user is username. 例えば、URL http://username:password@www.example.com/index.htmlにおいて、ユーザはusernameです。

See Also 参照

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