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是最外层的页面跳转"

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章