js 控制 checkbox不选中



js 控制 checkbox不选中


$("input[name=‘myName’]").prop("checked",false);


你可能感兴趣的:(javascript)