HTML DOM Document对象
URL只读属性以字符串的形式返回当前文档的完整URL。
document.URL
var url = document.URL;
所有浏览器都完全支持URL属性: