journey-mk5

<div onclick="window.open(\'www.baidu.com\')">在新窗口跳转至百度</div>
<div onclick="window.open(\'www.baidu.com\',\'_self\')">在当前窗口跳转至百度</div>
2.通过window.location.href函数
<div onclick="window.location.href= \'www.baidu.com\';return false">在当前窗口跳转至百度</div>

css

cursor: pointer

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-12-23
  • 2021-12-23
  • 2022-01-06
  • 2021-12-23
  • 2022-12-23
  • 2021-11-02
猜你喜欢
  • 2021-12-23
  • 2022-12-23
  • 2021-12-23
  • 2021-08-07
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案