第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定

我這個(gè)哪里出現(xiàn)問題了

<!DOCTYPE html>
<html>
?<head>
? <title> new document </title> ?
? <meta http-equiv="Content-Type" content="text/html; charset=gbk"/>? ?
? <script type="text/javascript"> ?
??? function openWindow()
??? {var open=confirm("是否新建網(wǎng)頁?");
??? if(open==true)
??? {var url=prompt("通過輸入對(duì)話框","確定打開的網(wǎng)址,默認(rèn)為 http://idcbgp.cn/")
??? if(url!=null)
??? {window.open(url,"_blank",'width=400,height=400,menubar=no,toolbar=no');
}
??? else
??? {alert("byebye");}
??? else
??? {alert("拜拜");}
??? }
? </script>
?</head>
?<body>
?? ?? <input type="button" value="新窗口打開網(wǎng)站" onclick="openWindow()" />
?</body>
</html>

正在回答

2 回答

<!doctype html>
<html>
<head>
? ?<title> new document </title>
? ?<meta http-equiv="Content-Type" content="text/html; charset=gbk"/>

? ?<script type="text/javascript">
? ? ? ?function openWindow() {
? ? ? ? ?
? ? ? ? ? ?var open = confirm("是否新建網(wǎng)頁?");
? ? ? ? ? ?var url;
? ? ? ? ? ?if (open == true) {
? ? ? ? ? ? ? ?{
? ? ? ? ? ? ? ? ? ?url = prompt("請(qǐng)輸入新的網(wǎng)址","http://idcbgp.cn/");
? ? ? ? ? ? ? ? ? ?alert(url);
? ? ? ? ? ? ? ? ? ?if (url != null) {
? ? ? ? ? ? ? ? ? ? ? ?window.open(url);
? ? ? ? ? ? ? ? ? ?} else {
? ? ? ? ? ? ? ? ? ? ? ?alert("byebye");
? ? ? ? ? ? ? ? ? ?}
? ? ? ? ? ? ? ?}
? ? ? ? ? ?} else {
? ? ? ? ? ? ? ?alert("byebye");
? ? ? ? ? ?}
? ? ? ?}
? ?</script>
</head>
<body>
<form>

? ?<input type="button" value="新窗口打開網(wǎng)站" onclick="openWindow()"/>
</form>
</body>
</html>

這個(gè)可以用,對(duì)比一下

0 回復(fù) 有任何疑惑可以回復(fù)我~

1.prompt()括號(hào)里只能有一對(duì)“”,?

2.byebye后面那個(gè)括號(hào)改成英文格式的

3.Windows.open…………那行后面缺個(gè) ?}

function openWindow()

? ? {

var open=confirm("是否新建網(wǎng)頁?");

? ? ? ? if(open==true)

? ? ? ? {

var url=prompt("確定打開的網(wǎng)址,默認(rèn)為 http://idcbgp.cn/");

? ? ? ? ? ? if(url!=null)

? ? ? ? ? ? {

window.open(url,"_blank",'width=400,height=400,menubar=no,toolbar=no');

? ? ? ? ? ? ? }

? ? ? ? ? ? else

? ? ? ? ? ? {

alert("byebye");

}

}

? ? ? ?else

? ? ? ?{

? alert("拜拜");

? }

? ? }?


0 回復(fù) 有任何疑惑可以回復(fù)我~
#1

慕粉3686312 提問者

prompt后面可以跟兩個(gè)"",一個(gè)可以改,一個(gè)不可以改 改完還是不行啊
2016-07-27 回復(fù) 有任何疑惑可以回復(fù)我~
#2

嚯哈哈 回復(fù) 慕粉3686312 提問者

應(yīng)該可以啊,我這可以打開呀。 你是打不開http://idcbgp.cn這個(gè)網(wǎng)頁嗎??這是因?yàn)槟愕膚indow.open打開的是你前一步在對(duì)話框輸入的內(nèi)容,你敲的url!=nul,所以不管你輸入的是啥,都會(huì)打開網(wǎng)頁這個(gè)操作,你可以把url!=null改成url==http://idcbgp.cn,這樣就可以確定打開的是這個(gè)網(wǎng)站了
2016-07-28 回復(fù) 有任何疑惑可以回復(fù)我~

舉報(bào)

0/150
提交
取消

我這個(gè)哪里出現(xiàn)問題了

我要回答 關(guān)注問題
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)