DOM Meter max 属性用于设置或返回仪表的 max 属性值。 max 属性用于指定量规的上限,max 属性的值必须大于 min 属性的值。它的默认值为 1。
句法:
- 它返回 max 属性。
meterObject.max
- 它用于设置 max 属性。
meterObject.max = number
属性值:它指定一个浮点数,表示仪表的最大值。默认值为 1。
返回值:它返回一个浮点数,表示仪表的最大值。
示例 1:此示例返回一个 max 属性。
DOM Meter max Property
GeeksforGeeks
DOM Meter max Property:
Sachin's score:
5 out of 10
Laxma score:
输出:
点击按钮前:
点击按钮后:
示例 2:此示例设置 max 属性。
DOM Meter max Property
GeeksforGeeks
DOM Meter max Property:
Sachin's score:
5 out of 10
Laxma score:
输出:
点击按钮前:
点击按钮后:
支持的浏览器:
- 火狐浏览器
- 谷歌浏览器
- 歌剧
- 苹果浏览器