北极星光 发表于 2019-1-27 13:14:40

window.location.href,window.open,打开新页面区别

  window.location.href是刷新当前页面,也就是更新浏览器地址栏。
  window.open是新打开一个标签页。
  是一个连接地址,href="/"是指连接到的地址,没写target属性则认为是在当前页打开这个连接,效果和window.location.href一样。



页: [1]
查看完整版本: window.location.href,window.open,打开新页面区别