Heim  >  Artikel  >  Web-Frontend  >  javascript 打开页面window.location和window.open的区别_基础知识

javascript 打开页面window.location和window.open的区别_基础知识

WBOY
WBOYOriginal
2016-05-16 18:32:09932Durchsuche

window.location = "http://www.xxxxxxxx.net" 跳转后有后退功能
其实应该是  window.location.href
window.location.replace("http://www.xxxxxxxx.net") 跳转后没有后退功能

window.open("http://www.xxxxxxxx.net") 要新的窗口打开链接
这个一般用于简单的弹出页面,现在基本上都被屏蔽掉了

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn