javascript中location.protocol、location.hostname和location.port

例如下面的url:

http://baidu.com:8080/xxxx.html

location.ptotocol="http" 即:协议

location.hostname="baidu.com" 即:主机域名

location.port="8080" 即:端口号

posted @ 2017-04-10 14:14  訾瑾waiting  阅读(1666)  评论(0编辑  收藏  举报