可以使用下列代码获取当前页面的网址:
window.location// 或者window.location.href
实例演示:
1、新建一个空白Html文档
2、输入javascript代码
3、查看效果