HTML <textarea> maxlength 属性
定义和用法
maxlength
属性指定文本区域的最大长度(以字符为单位)。
浏览器支持
表中的数字指定完全支持该属性的第一个浏览器版本。
属性 | |||||
---|---|---|---|---|---|
maxlength | 是 | 10.0 | 4.0 | 是 | 是 |
语法
<textarea maxlength="number">
属性值
值 | 描述 |
---|---|
number | 文本区域中允许的最大字符数 |
❮ HTML <textarea> 标签
maxlength
属性指定文本区域的最大长度(以字符为单位)。
表中的数字指定完全支持该属性的第一个浏览器版本。
属性 | |||||
---|---|---|---|---|---|
maxlength | 是 | 10.0 | 4.0 | 是 | 是 |
<textarea maxlength="number">
值 | 描述 |
---|---|
number | 文本区域中允许的最大字符数 |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]