简单教程
提交运行
代码编辑器:
<!DOCTYPE html> <meta charset="utf-8"> <form action="/dy/html/getpost"> 数量 ( 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>
运行结果: