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

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

正在回答

5 回答

<!DOCTYPE html>

<html>

?<head>

? <title> new document </title>??

? <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>? ?

? <script type="text/javascript">??

? ?function openWindow(){?

? ? // 新窗口打開時(shí)彈出確認(rèn)框,是否打開

? ? // 通過輸入對(duì)話框,確定打開的網(wǎng)址,默認(rèn)為 http://idcbgp.cn/

? ? //打開的窗口要求,寬400像素,高500像素,無菜單欄、無工具欄。

? ??

? ? var openWindow1=confirm("請(qǐng)問是否打開");

? ? if(openWindow1==true){

? ? ? ? var openWindow2=prompt("請(qǐng)輸入你要打開的網(wǎng)址,"+"默認(rèn)網(wǎng)址為http://idcbgp.cn/");

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

? ? ? ? ? ?window.open(openWindow2,'_blank','width=400px,height=500px,menubar=no,toolbar=no');}

? ? ? ? else{

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

? ? }

? ? else{

? ? ? ? window.close();

? ? }

? ? ? ?

? ?}

? </script>?

?</head>?

?<body>?

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

?</body>

</html>


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

<pre>? //測(cè)試,亂寫的

#include <stdio.h>

#include <stdlib.h>

int main(void)

{

for(int i = 0 ; i< 10 ;++i)

????for(int j =0 ; j < i ; ++ j)

????????printf(%d*%d=%d , i , j , i*j);

}

</pre>

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

重置代碼后,把這段加進(jìn)去就行了,注意字符串與變量的區(qū)別

??? function openWindow()

{
??????? var newWin ;
??????? if ( confirm("將打開新對(duì)話框") == true)
??????? {
??????????? newWin = prompt("輸入要打開的網(wǎng)址,默認(rèn)是126","www.126.com");
??????? }
??????? window.open(newWin , '_blank' ,'width=400,height=500,menubar=no,toolbar=no' );
??? }


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

慕標(biāo)2283219

把window.open(newWin , '_blank' ,'width=400,height=500,menubar=no,toolbar=no' );放到if語句內(nèi),就正確了
2019-05-18 回復(fù) 有任何疑惑可以回復(fù)我~
#2

慕標(biāo)2283219

改好后是這樣: function openWindow() { var newWin ; if ( confirm("將打開新對(duì)話框") == true) { newWin = prompt("輸入要打開的網(wǎng)址,默認(rèn)是126","http://www.126.com/"); window.open(newWin , '_blank' ,'width=400,height=500,menubar=no,toolbar=no'); } }
2019-05-18 回復(fù) 有任何疑惑可以回復(fù)我~

<script type="text/javascript">

function?openWindow()
{
var?affirm=confirm("是否打開新窗口?")
if(affrim==true)
{
??window.open('http://idcbgp.cn','_blank','width=400,height=500,menubar=no,toolbar=no');
}
}

</script>

<body>

<input name="button" type="button" onClick="openWindow()"value="在新窗口打開">

</body>

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

<script type="text/javascript>

var mytxt = confirm("是否在新窗口打開?");

if(mytxt=true){

window.open("http://idcbgp.cn","_blank","width=400,height=500,menubar=no,toolbar=no");

}

</script>

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

舉報(bào)

0/150
提交
取消

寫不好這節(jié)內(nèi)容的代碼

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

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

幫助反饋 APP下載

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

公眾號(hào)

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