定义数字框控件调节选项每次进步的数值。
<form> <!-- 数字框的尾部调节选项,每次进步 30 --> <input type="number" step="30" /> </form>
显示效果