获取URL参数
window.location.host; //返回url 的主机部分,例如:www.xxx.com
window.location.hostname; //返回www.xxx.com
window.location.href; //返回完整的url字符串
window.location.pathname; //返回请求路径 /xxx/xxx.html
window.location.protocol; //返回url 的协议部分,例如: http:,ftp:,maito:等等.
window.location.port //url 返回端口
文章作者:张成威
文章链接: zhangchengwei.work/article/qianduan-4
版权声明:本博客所有文章除特别声明外,均采用CC BY-ND 4.0.许可协议。转载请注明来自张成威
最近文章更多》》
相关文章 更多》》
留言