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

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

JavaScript腳本中的Document.write("");連用問(wèn)題

JavaScript腳本中的Document.write("");連用問(wèn)題

guokexiaohao 2015-05-15 09:13:12
<html><head><title>空白</title></head><script language="javascript">function XS(){document.write("用戶名:"+ document.form1.username.value);document.write("密碼:"+ document.form1.password.value);}</script><body><form id="form1" name="form1" method="post" action="">? <label>用戶名:? <input name="username" type="text" id="username" />? </label>? <p>? ? <label>密 ? ?碼:? ? <input name="password" type="text" id="password" />? ? </label>? </p>? <p>? ? <input type="button" name="Submit" value="顯示" onclick="XS()" />? ? <input type="reset" name="Submit2" value="清空" />? </p></form></body></html>運(yùn)行后只輸出第一個(gè)Document.write("用戶名:"+ document.form1.username.value);的內(nèi)容;而一下代碼就行:<html> ? ?<head> ? ?<title>空白</title> ? ?</head> ? ?<script language="javascript"> ? ?function XS(){ ? ?var mywin=open(); ? ?mywin.document.write("用戶名:"+ document.form1.username.value); ? ?mywin.document.write("<br>"); ? ?mywin.document.write("密碼:"+ document.form1.password.value); ? ?} ? ?</script> ? ?<body> ? ?<form id="form1" name="form1" method="post" action=""> ? ?<label>用戶名: ? ?<input name="username" type="text" id="username" /> ? ?</label> ? ?<p> ? ?<label>密 ? ?碼: ? ?<input name="password" type="text" id="password" /> ? ?</label> ? ?</p> ? ?<p> ? ?<input type="button" name="Submit" value="顯示" onclick="XS()" /> ? ?<input type="reset" name="Submit2" value="清空" /> ? ?</p> ? ?</form> ? ?</body> ? ?</html> ? ?運(yùn)行后 兩個(gè)mywin.document.write(“xxxx“)內(nèi)容都能輸出。請(qǐng)同學(xué)們解釋一下原因,謝謝。
查看完整描述

1 回答

?
WeberYang

TA貢獻(xiàn)9條經(jīng)驗(yàn) 獲得超1個(gè)贊

不建議使用Document.write,有些瀏覽器會(huì)出現(xiàn)一些奇怪的事情。


查看完整回答
1 反對(duì) 回復(fù) 2015-12-19
  • 1 回答
  • 1 關(guān)注
  • 2152 瀏覽
慕課專(zhuān)欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

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

幫助反饋 APP下載

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

公眾號(hào)

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