JavaScript: location.href 在新窗口/标签页中打开?
2022-08-29 23:13:03
我有一个来自第三方开发人员的JavaScript文件。它有一个链接,用目标替换当前页面。我想在新标签页中打开此页面。
这是我到目前为止所拥有的:
if (command == 'lightbox') {
location.href="https://support.wwf.org.uk/earth_hour/index.php?type=individual";
}
任何人都可以帮我吗?