Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我应该不使用鼠标按文本框值移动滑块。
以下链接在文本框中具有滑块值。副cersa是可能的吗?如果是这样我可以有代码吗? 水平滑块的编程示例
您可以通过调用 set 方法来设置滑块的值:
var slider = new HorizontalSlider(...); slider.set('value', 2);