当用户点击Checkbox时,如何更新数据库? 因此,当选中复选框并且用户单击它时,数据库将更新一个值,并且复选框将保持未选中状态,直到再次检查它为止。
<table>
<tr>
<td>
<input type='checkbox' name='all' checked>
</td>
<td>
<input type='checkbox' name='all'>
</td>
</tr>
</table>
我喜欢用javascript写的。
我没有任何代码,因为我不知道如何构建它。
请帮帮我。