Instance Method インスタンスメソッド

appendPathComponent(_:)

Appends a path component to the URL. あるパス構成要素をこのURLに追加します。

Declaration 宣言

mutating func appendPathComponent(_ pathComponent: String)

Parameters パラメータ

pathComponent

The path component to add. 加えることになるパス構成要素。

Discussion 議論

See Also 参照

Adding Path Components パス構成要素を加える