📅  最后修改于: 2022-03-11 15:02:16.006000             🧑  作者: Mango
$('#save').click(function () {
$('#mytable').find('input[type="checkbox"]:checked').each(function () {
//this is the current checkbox
});
});