本文共 1032 字,大约阅读时间需要 3 分钟。
<% if (aq == 1) { model.NoticeType = 1; } %> <%----%>
<% foreach (var item in list) { string chk = ""; if(model!=null && model.NoticeTypeList != null) { chk=model.NoticeTypeList.Where(t => t.Key == item.TypeCode).ToList().Count > 0 ? chk = "checked='checked'" : "";} %> - <%=chk %> data-name="<%=item.TypeName %>" /><%=item.TypeName %>
<% } %>
View Code View Code
转载地址:http://jhvjo.baihongyu.com/