gpt4 book ai didi

javascript - 如何在 chrome 中一次打开多个选项卡?

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:43:03 29 4
gpt4 key购买 nike

<分区>

我正在创建一个优惠券产品,并希望一次单击打开 4 个选项卡,这在 firefox 中发生,但在 chrome 中只有 2 个链接能够打开,其余两个被阻止。

这是我试过的,

<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<script>
$(function() {
$('[data-popup-open]').on('click', function(e) {
window.open('https://www.google.com');
window.open('http://www.facebook.com');
window.open('http://www.stackoverflow.com');
window.open(window.location.href);

});
});
</script>
</head>
<body>
<a class="btn" data-popup-open="popup-1" href="#">Open Popup #1</a>
</body>
</html>

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com