HTML DOM 中的Input Search minLength 属性用于设置或返回搜索输入字段的 minlength 属性值。它指定搜索字段中允许的最小字符数。
句法:
- 它返回输入搜索 inLength 属性。
searchObject.minLength
- 它用于设置输入搜索 minLength 属性。
searchObject.minLength = number
属性值:它包含单个值编号,用于指定搜索 minlength 字段中允许的最小字符数。
返回值:它返回一个数值,表示搜索 minlength 字段中允许的最小字符数。
示例 1:此示例说明如何返回 Input search minLength 属性。
Input Search minLength Property
GeeksforGeeks
Input Search minLength Property
输出:
- 点击按钮前:
- 点击按钮后:
示例 2:此示例说明如何设置 Input search minLength 属性。
Input Search minLength Property
GeeksforGeeks
Input Search minLength Property
输出:
- 点击按钮前:
- 点击按钮后:
支持的浏览器: DOM input Search minLength 属性支持的浏览器如下:
- 谷歌浏览器
- IE浏览器
- 火狐
- 歌剧
- 苹果浏览器