菜鸟教程 tryhtml5_input_step 在线代码实例

运行 保存 全屏 右侧展示 实时查看
主题:

 <form action="/statics/demosource/demo-form.php">
  <input type="number" name="points" step="3">
  <input type="submit">
</form>

<p><strong>注意:</strong> Internet Explorer 9及更早IE版本,或Firefox不支持 input 标签的 step 属性。</p>