国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

?? ??

?? ??? ?? ???? URL ??? ?????. ?? ?? ?? URL:

http://www.example.com:8080/path/index.html?a=1&b=2#TOP

? location.href? ???? ?? ? ????. URL? ? ??? ?? ???? ??? ?? ??? ? ????.

location.protocol; // 'http'
location.host; // 'www.example.com'
location.port; // '8080'
location.pathname; // '/path/index.html'
location.search; // '?a=1&b=2'
location.hash; // 'TOP'

? ???? ????? location.sign()? ??? ? ????. ?? ???? ?? ????? location.reload() ???? ???? ?? ?? ?????.

?? ?? ??:

QQ截圖20161012171542.png

?? ?? ???:

QQ截圖20161012171548.png

???? ??
||
<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>location</title> </head> <script type="text/javascript"> var myurl=window.location.href; document.write("當(dāng)前網(wǎng)址:"+myurl); </script> </head> <body> </body>