location中的属性



with(location) { alert(protocol); alert(hash); alert(hostname); alert(href); alert(pathname); alert(port); alert(search);

}


location的属性就不用location.protocol这样点出来了,直接就可以写属性就ok了。