编辑你的代码:
<!DOCTYPE html> <html> <body> <form action="/html5/tryit/demo_form"> 数量 (1到5): <input type="number" name="quantity" min="1" max="5"> <input type="submit"> </form> <p><b>注:</b> type="number" 不支持IE9及以前的版本.</p> </body> </html>
查看结果:
phpxuexi.net
- 亲自试一试