属性
-
href
包含整个URL -
protocal
协议 -
host
域名,可能包含端口号,如www.jianshu.com:88
-
hostname
只有域名没有端口号 -
search
查询参数,如?xxxxxxx
-
port
端口号 -
pathname
路径,如/xxxxxxxxxxx
方法
-
reload()
刷新,接受一个boolean,默认为false
。若参数为真,不从缓存中读取资源
href
包含整个URLprotocal
协议host
域名,可能包含端口号,如www.jianshu.com:88
hostname
只有域名没有端口号search
查询参数,如?xxxxxxx
port
端口号pathname
路径,如/xxxxxxxxxxx
reload()
刷新,接受一个boolean,默认为false
。若参数为真,不从缓存中读取资源