UK [pæθ'neɪm] US [pæθ'neɪm]
n.パス名
JavaScript のパス名属性 構文
関数: 現在の URL のパス部分を設定または返します。
構文: location.pathname=path
JavaScript のパス名属性 例
<html> <head> <meta charset="UTF-8"> </head> <body> <script type="text/javascript"> document.write(location.pathname); </script> </body> </html>
インスタンスの実行 »
[インスタンスの実行] ボタンをクリックしてオンライン インスタンスを表示します