任務答案參考
function openWindow(){ ? ? ? ? ? ?var sun=confirm('是否打開網(wǎng)頁?') ? ? ? ? ? ?if(sun){ ? ? ? ? ? ? ? ?window.open('http://idcbgp.cn/','_block','width=400px,height=500px,menubar=no,toolbar=no'); ? ? ? ? ? ?} ? ? ? ?}
function openWindow(){ ? ? ? ? ? ?var sun=confirm('是否打開網(wǎng)頁?') ? ? ? ? ? ?if(sun){ ? ? ? ? ? ? ? ?window.open('http://idcbgp.cn/','_block','width=400px,height=500px,menubar=no,toolbar=no'); ? ? ? ? ? ?} ? ? ? ?}
2016-06-01
舉報
2016-06-01
?var sun=confirm('是否打開網(wǎng)頁?');//添加“;”
open()的第二個參數(shù),在新窗口打開應該是"_blank"吧
2016-06-01
是的, ? ‘_blank’
2016-06-01
是的!