這是什么鬼
function openWindow(){ ?var open; ?var temp=confirm("是否要打開新的網(wǎng)頁?"); ?if(temp) ?{ ? ? ? ? ?open=prompt("請輸入你要打開的網(wǎng)址:","http://idcbgp.cn/"); ? ? ? ?if(open != null){ ? ? ? ? ? ?window.open('http://idcbgp.cn/','_blank','width=400,height=500,menubar=no,toolbar=no'); ? ? ? ?} ? } }
2018-01-19
.......