課程
/前端開發(fā)
/HTML/CSS
/初識(shí)HTML(5)+CSS(3)-升級(jí)版
<input ?type="password" ?name="pass" />這個(gè)標(biāo)簽是不是默認(rèn)填寫的字符是隱藏的“*”樣式字符?
2015-12-07
源自:初識(shí)HTML(5)+CSS(3)-升級(jí)版 6-2
正在回答
type = "password" 就會(huì)讓填寫的東西變成 *
二道三郎 提問者
是啊 因?yàn)樗敲艽a
<input??type="password"??name="pass"?/>
是的,這個(gè)是用來定義密碼框的。輸入的字符會(huì)變成*。
舉報(bào)
HTML(5)+CSS(3)基礎(chǔ)教程8小時(shí)帶領(lǐng)大家步步深入學(xué)習(xí)標(biāo)簽用法和意義
2 回答<input type="password" name="pass" />
8 回答<input type="password" name="pass" />
5 回答<input type="password" name="pass">
4 回答<input type="password" name="pass" />
10 回答<input type="text" name="myname"><input type="password" name="pass"
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購(gòu)課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2015-12-07
type = "password" 就會(huì)讓填寫的東西變成 *
2015-12-07
是啊 因?yàn)樗敲艽a
2015-12-07
是的,這個(gè)是用來定義密碼框的。輸入的字符會(huì)變成*。