输入范围 stepDown() 方法
描述
stepDown() 方法将滑块控件的值递减指定数量。
提示: 要增加值,请使用 stepUp() 方法。
浏览器支持
方法 | |||||
---|---|---|---|---|---|
stepDown() | 是 | 12.0 | 是 | 是 | 是 |
语法
rangeObject.stepDown(number)
参数值
参数 | 描述 |
---|---|
number | 必需。指定滑块控件值应减少的量。 如果省略,则值将递减“1” |
技术细节
返回值 | 无返回值 |
---|
更多示例
❮ 输入范围对象
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]