BootWiki教程网
源代码:
点击运行
<!DOCTYPE html> <html> <body> <form action="demo_form.php" method="get"> <input max="10" min="0" name="points" step="3" type="number" value="6"> <input type="submit"> </form> </body> </html>
运行结果