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是最外層的頁面跳轉"

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