编辑你的代码:
<!DOCTYPE html> <html> <body> <form action=""> <input type="checkbox" name="vehicle" value="Bike">我有自行车<br> <input type="checkbox" name="vehicle" value="Car">我有轿车 </form> </body> </html>
查看结果:
phpxuexi.net
- 亲自试一试