对话框没说必须是prompt
function openWindow() { var message=confirm('是否打开网址?'); if(message==true) { window.open('http://www.imooc.com','_black','width=400,height=500,menubar=no,toolbar=no'); } }
function openWindow() { var message=confirm('是否打开网址?'); if(message==true) { window.open('http://www.imooc.com','_black','width=400,height=500,menubar=no,toolbar=no'); } }
2018-04-16
举报