BootWiki教程网
源代码:
点击运行
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>BootWiki 教程网</title> </head> <body> <form action="demo-form.php"> <input name="vehicle[]" type="checkbox" value="Bike"> 我有一辆自行车<br> <input name="vehicle[]" type="checkbox" value="Car"> 我有一辆小轿车<br> <input name="vehicle[]" type="checkbox" value="Boat"> 我有一艘船<br> <input type="submit" value="提交"> </form> </body> </html>
运行结果