摘要: $("input[name='ck2']").each(function(){ if(this.checked == false){ $(this).parent().parent().find("input[name$='flag']").val(0); } if(this.checked == 阅读全文
posted @ 2019-06-19 15:10 许佳挺 阅读(807) 评论(0) 推荐(0)