href 属性是一个可读可写的字符串,可设置或返回当前显示的文档的完整 URL。
location.href
所有主要浏览器都支持 href 属性
返回完整的URL(当前页):
<script> document.write(location.href); </script>
以上实例输出结果: