$(".no_food_detail input[type=checkbox]").bind("click",function(){
if(!$(this).is(":checked")){return false;}
$(".no_food_detail input[type=checkbox]").not(this).attr("checked",false);
});
复选框如何只选中一个按钮
最新推荐文章于 2025-01-16 16:28:11 发布