菜鸟学堂
在线运行
源代码
<!DOCTYPE html> <html> <body> <form action="demo_form.php" method="get"> <input type="number" name="points" min="0" max="10" step="3" value="6"> <input type="submit"> </form> </body> </html>
运行结果
在线运行
菜鸟学堂 edu.jb51.net