W3School TIY
编辑您的代码:
<!DOCTYPE HTML> <html> <body> <form action="http://www.jb51.net/example/html5/demo_form.asp" method="get"> Points: <input type="range" name="points" min="1" max="10" /> <input type="submit" /> </form> </body> </html>
查看结果: