定義と使用法
パス名のプロパティセットまたはURLのパス名を返します。
ブラウザのサポート
プロパティ | |||||
---|---|---|---|---|---|
pathname | はい | はい | はい | はい | はい |
構文
パス名のプロパティを返します:
location.pathname
パス名のプロパティを設定します。
location.pathname= path
プロパティ値
Value | Type | Description |
---|---|---|
path | String | Specifies the pathname of the URL |
技術的詳細
戻り値: | パス名を表す文字列、 |
---|
場所オブジェクト