开发者

Request for javascript that open multiple link at once

开发者 https://www.devze.com 2023-02-28 22:06 出处:网络
I wish there is a javascript co开发者_开发问答de which I can copy and paste into my browser\'s address bar to open multiple websites at once in different tabs.javascript:var urls = [\'http://www.googl

I wish there is a javascript co开发者_开发问答de which I can copy and paste into my browser's address bar to open multiple websites at once in different tabs.


javascript:var urls = ['http://www.google.com','http://www.stackoverflow.com']; for (i=0;i<urls.length;i++) window.open(urls[i]);
0

精彩评论

暂无评论...
验证码 换一张
取 消