HTML 参考手册
HTML <input> maxlength 属性
最大长度为 10 个字符的 <input> 元素
源代码:
点击运行 »
<form action="demo_form.php"> Username: <input type="text" name="usrname" maxlength="10"><br> <input type="submit" value="提交"> </form>
运行结果:
点击运行 »