jquery.bootstrap-touchspin输入框微调 该插件用于Bootstrap的移动和触摸友好输入微调器组件。它支持鼠标滚轮和上/下键。这里使用的是v4.2.5版本。 github地址:https://github.com/istvan-ujjmeszaros/bootstrap-touchspin 文档地址:https://www.virtuosoft.eu/code/bootstrap-touchspin/  插件项目中页面名字:`test_touchspin.html` `test_touchspin_v4.html` [点击查看 输入微调插件 在线演示](http://example.itshubao.com/example/112.html "点击查看 输入微调插件 在线演示") 涉及的文件: - `js/bootstrap-touchspin/jquery.bootstrap-touchspin.css` - `js/bootstrap-touchspin/jquery.bootstrap-touchspin.min.js` 因为示例页面中有一个例子有用到格式化数字(插件numeral.js),所以在示例中引入了三方的地址,如果你需要使用的话,自行下载引入即可。 - `https://cdn.bootcss.com/numeral.js/2.0.6/numeral.min.js` - `https://cdn.bootcss.com/numeral.js/2.0.6/locales/chs.min.js`