為什么打開的網(wǎng)址不對
?function openWindow(){
? ? ? ? if(confirm('確認打開新窗口嗎?'))
? ? ? ? {
? ? ? ? ? ? var address=prompt("請輸入你要打開的網(wǎng)址",'http://idcbgp.cn/')
? ? ? ? ? ? window.open(address,'_blank','width=400,height=500,menubar=no,toolbar=no');
? ? ? ? }
? ? }
2020-08-02
http:? //空了一格
2020-07-20
把address改成url試試