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