问题有点多
<form> <lable for="interest">你对什么运动感兴趣:</lable><br> 慢跑<input type="checkbox" name="jog" id="jog"/><br> 登山<input type="checkbox" name="climb" id="climb"/><br> 篮球<input type="checkbox" name="basketball" id="basketball"/> </form> 这样可以吗?如果可以的话和参考答案有什么区别?为什么这里不用vaule,是因为写了<form method="post" action="file.php>才需要加吗?