HTML DOM 中的DOM Input Number max 属性用于设置或返回数字字段的 max 属性的值。 max 属性定义数字字段的最大值。
句法:
- 它返回 max 属性。
numberObject.max
- 它用于设置 max 属性。
numberObject.max = number
属性值:它包含单个值,即数字,它指定允许用户为数字字段输入的最大值。
返回值:它返回一个数值,表示数字字段允许的最大数量。
示例 1:此示例说明如何返回Input number max 属性。
html
GeeksForGeeks
DOM Input Number max Property
html
GeeksForGeeks
DOM Input Number max Property
输出:
在点击按钮之前:
点击按钮后:
示例 2:此示例说明如何设置Input number max 属性。
html
GeeksForGeeks
DOM Input Number max Property
输出:
在点击按钮之前:
点击按钮后:
支持的浏览器: DOM input number max 属性支持的浏览器如下:
- 谷歌浏览器
- 浏览器 10.0 +
- 火狐
- 歌剧
- 苹果浏览器