location.href的几种用法
self.location.href;
window.location.href;
this.location.href;
location.href;
parent.location.href;
top.location.href;
window.location.href与location.href,self.location.href,location.href都是本页面跳转
"parent.location.href是上一层页面跳转"
"top.location.href是最外层的页面跳转"
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。