window.open() 一次打开多个页面

BOM window的open方法能够打开一个新的窗口javascript 若是写成如下形式:html var handleClick = function(){ window.open("a.html","name1"); window.open("b.html","name2"); }触发handleClick函数后,只会打开页面a; 只有回到以前的页面。且a页面没有被用户关闭
相关文章
相关标签/搜索