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