菜鸟教程 tryhtml5_input_type_number 在线代码实例

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

 <form action="/statics/demosource/demo-form.php">
  数量 ( 1 到 5 之间): <input type="number" name="quantity" min="1" max="5">
  <input type="submit">
</form>

<p><b>注意:</b>Internet Explorer 9 及更早IE版本不支持 type="number" 。</p>