function open(){ var a=confirm("欢迎"); if(a==true) { window.open("www.baidu.com","_blank","width=600,height=400"); } }
window.open("www.baidu.com","_blank","width=600,height=400");なぜ機能しないのですか? -PHP中国語サイトQ&A- window.open("www.baidu.com","_blank","width=600,height=400");なぜ動かないのですか? -PHP中国語サイトQ&A
ぜひ見て学んでください。
把"www.baidu.com"改成"http://www.baidu.com"试试,你的链接地址没有加http协议。
window.open("www.baidu.com","_blank","width=600,height=400");なぜ機能しないのですか? -PHP中国語サイトQ&A- window.open("www.baidu.com","_blank","width=600,height=400");なぜ動かないのですか? -PHP中国語サイトQ&A
ぜひ見て学んでください。
把"www.baidu.com"改成"http://www.baidu.com"试试,你的链接地址没有加http协议。