課程
/前端開發(fā)
/HTML/CSS
/初識HTML(5)+CSS(3)-升級版
如題。。。。。
2016-04-06
源自:初識HTML(5)+CSS(3)-升級版 6-2
正在回答
<input?type="text"maxlength="10"?/> ? ? ? ?
無敵小哥兒 提問者
<input type="password" maxlength="10"/>
<input?type="text"maxlength="20"?/> ? ?
maxlength="10"
10代表最大長度10
舉報
HTML(5)+CSS(3)基礎教程8小時帶領大家步步深入學習標簽用法和意義
2 回答怎么限制文本框輸入的字符數(shù)量啊?(如5~18個字符)
3 回答怎么在密碼框中寫上“輸入密碼”
4 回答請問賬號密碼如何限制輸入數(shù)量以及輸入類型?
1 回答怎么限制輸入數(shù)字的范圍
6 回答文本輸入框、密碼輸入框
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學習伙伴
掃描二維碼關注慕課網(wǎng)微信公眾號
2016-04-06
<input?type="text"maxlength="10"?/> ? ? ? ?
2016-04-06
<input type="password" maxlength="10"/>
2016-04-06
<input?type="text"maxlength="20"?/> ? ?
2016-04-06
maxlength="10"
10代表最大長度10