var myWeb=prompt("please input your web","http://www.baidu.com")
if(myWeb!=null&myWeb!="")
{
window.open( myWeb,'_blank','width=400,height=500,toolbar=no,menubar=no')
}
为什么输入后无法显示
if(myWeb!=null&myWeb!="")
{
window.open( myWeb,'_blank','width=400,height=500,toolbar=no,menubar=no')
}
为什么输入后无法显示
2017-03-21
举报