window.open() 一次打開多個頁面

BOM window的open方法能夠打開一個新的窗口javascript 若是寫成如下形式:html var handleClick = function(){ window.open("a.html","name1"); window.open("b.html","name2"); }觸發handleClick函數後,只會打開頁面a; 只有回到以前的頁面。且a頁面沒有被用戶關閉
相關文章
相關標籤/搜索