问答详情
源自:2-7 编程练习

answer

function openWindow()    {        var choix;              choix=confirm("是否打开新网页啊?嘻嘻嘻...");              if(choix==true)            window.open('http://www.imooc.com/','new','width=400,height=500,menubar=no,toolbar=no');              else            alert('(⊙o⊙)哦');            }

提问者:qq_困_1 2017-01-21 14:56

个回答