我的運(yùn)行不起來 為啥呢
?<script type="text/javascript">??
? ? function openWindow(){
? ? ?var choose=confirm("是否打開?");
? ? ?if (choose=ture){
? ? ? ? ?var aaa=prompt("確認(rèn)打開網(wǎng)址","http://idcbgp.cn");
? ? ? ? ?window.open(aaa,'_blank','width=400,height=500,menubar=no,toolbar=no');
? ? ? ? ?}
? ? ? ? ?else{
? ? ? ? ? ? ?alert("失敗");
? ? ? ? ?}
?}??
?</script>?
?</head>?
?<body>?
? <input type="button" value="新窗口打開網(wǎng)站" onclick="openWindow()" />?
2022-09-25
if里面的等于號是要兩個(gè)等于號的,還有是true
2022-07-27
if (choose==true)
是true不是ture
2022-04-14
?if (choose==ture)