天天看點

html text限制使用者輸入長度

html最原始的利用屬性maxlength限制使用者輸入長度

<input type="text" id="name" value="Mickey Mouse" size="20" maxlength="30" />