标签: javascript url https
我无法从协议为HTTPS的页面中读取document.URL。
document.URL
alert(document.URL)的示例:
alert(document.URL)
http://www.example.com:"http://www.example.com"
http://www.example.com
"http://www.example.com"
https://www.example.com
:未生成任何警报,未向浏览器报告任何错误