📌  相关文章
📜  window.location.href 另一个选项卡 - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:42.292000             🧑  作者: Mango

代码示例1
window.open(
  'https://support.wwf.org.uk/earth_hour/index.php?type=individual',
  '_blank' // <- This is what makes it open in a new window.
);