HTML DOM 中的Input Email maxLength 属性用于设置或返回 Email Input Field 的 maxlength 属性的值。它指定电子邮件字段中允许的最大字符数。 Input Email maxLength 属性的默认值为 524288。
句法:
- 它返回输入电子邮件 maxLength 属性。
emailObject.maxLength
- 它用于设置 Input Email maxLength 属性。
emailObject.maxLength = number
属性值:它包含单个值编号,用于指定电子邮件最大长度字段中允许的最大字符数。
返回值:它返回一个数值,表示电子邮件最大长度字段中允许的最大字符数。
示例 1:此示例说明如何返回 Input Email maxLength 属性。
HTML DOM Input Email maxlength Property
GeeksforGeeks
DOM Input Email maxLength Property
输出:
在点击按钮之前::
点击按钮后:
示例 2:此示例说明如何设置 Input Email maxLength 属性。
HTML DOM Input Email maxlength Property
GeeksforGeeks
DOM Input Email maxLength Property
输出:
点击按钮前:
点击按钮后:
支持的浏览器: DOM input Email maxLength 属性支持的浏览器如下:
- 谷歌浏览器
- IE浏览器
- 火狐
- 歌剧
- 苹果浏览器