gpt4 book ai didi

javascript - Window.open 不适用于 Google Chrome 中的多个链接

转载 作者:行者123 更新时间:2023-12-02 17:16:56 27 4
gpt4 key购买 nike

我在 FF 中测试了这个,工作正常,但在 Chrome 中不行。对于单个链接,我发现了一个使用重定向的 hack,但我仍在寻找在 chrome 中的新选项卡中打开多个链接的方法。

http://plnkr.co/edit/zVaEFssH4o4qDycSUNGD?p=preview

      $scope.openLinks = function(){
var urls = '';
angular.forEach($scope.links, function(item){
$window.open("redirect.html?" + item.link);

});

};

值得一提的是,http://www.rapidlinkr.com/在 chrome 中不起作用,但在 FF 中起作用。

最佳答案

您的 window.open 似乎在 Google Chrome 中运行良好,但 Chrome 的弹出窗口阻止程序会阻止新窗口打开。据我所知,除非用户允许弹出窗口阻止程序允许在您的网站上弹出窗口,否则无法绕过此问题。

关于javascript - Window.open 不适用于 Google Chrome 中的多个链接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24361488/

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