亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定

覺得代碼沒錯啊,可是運行不了,求解答

<!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 mysrt=confirm("是否打開網頁");

? ? if (mysrt==true)

? ? {

? ? ? ? var my=prompt("請輸入網址","http://www.xianlaiwan.cn/");

? ? ? ? if(my !=null){

? ? ? ? ? ? window.open(my,'http://www.xianlaiwan.cn','_blank','width=400px,height=500px,menubar=no,toolbar=no')

? ? ? ? ? ? else{alert("再見");

? ? ? ? }

? ? }

? ? else{

? ? alert("再見!");

? ? }

? ? }

? ??

? </script>?

?</head>?

?<body>?

?<input type="button" value="新窗口打開網站" onclick="openwindow()" />?

?</body>

</html>


正在回答

4 回答

<!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?mysrt?=?confirm("是否打開網頁");
????????????if?(mysrt?==?true)?{
????????????????????var?my?=?prompt("請輸入網址",?"http://www.xianlaiwan.cn/");

????????????????????if?(my?!=?null)?{
????????????????????????window.open(my,?'http://www.xianlaiwan.cn',?'_blank',?'width=400px,height=500px,menubar=no,toolbar=no')
????????????????????}
????????????????????else{
????????????????????????????alert("再見");
????????????????????????}
????????????}
????????????else?{
????????????????alert("再見!");
????????????}

????????}

????</script>
</head>
<body>
<input?type="button"?value="新窗口打開網站"?onclick="openwindow()"?/>
</body>
</html>

//以上代碼已經修改完畢,測試成功

代碼我看了一會,原來是ifelse{}符號不匹配,下次遇到這種問題,試試用chrome的檢查工具查看問題,剛剛,一下就找到問題所在了

0 回復 有任何疑惑可以回復我~
#1

慕粉3628429 提問者

非常感謝!
2016-11-29 回復 有任何疑惑可以回復我~
#2

慕瓜3015239 回復 慕粉3628429 提問者

-.-
2016-12-01 回復 有任何疑惑可以回復我~

<!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 mysrt = confirm("是否打開網頁");

? ? ??

? ? if (mysrt==true)

? ? {

? ? ? ? var my=prompt("請輸入網址:","http://www.xianlaiwan.cn/"); ?

? ? ? ? if(my != null){

? ? ? ? ? ? window.open('http://www.xianlaiwan.cn','_blank','width=400px,height=500px,menubar=no,toolbar=no');

? ? ? ? ? ? }else{

? ? ? ? ? ? ? ? alert("再見!");

? ? ? ? ? ? }

? ? }else{

? ? ? ? alert("再見!");

? ? ? ? }

? ? }

? </script>?

?</head>?

?<body>?

?<input type="button" value="新窗口打開網站" onclick="openWindow()" />?

?</body>

</html>

測試通過了!一些標點的問題


0 回復 有任何疑惑可以回復我~

if ..else.函數那里寫的有問題,第二個if和else之間少了一個大括號

0 回復 有任何疑惑可以回復我~
?if(my?!=null){
????????????window.open(my,'http://www.xianlaiwan.cn','_blank','width=400px,height=500px,menubar=no,toolbar=no')}
????????????else{alert("再見");
????????}


0 回復 有任何疑惑可以回復我~

舉報

0/150
提交
取消

覺得代碼沒錯啊,可是運行不了,求解答

我要回答 關注問題
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號