摘要: IEnumerable<Attribute> keys = p.GetCustomAttributes().ToList(); var data1 = data.Where(n => n.Name.Contains(search)).ToList(); if (data1.Count == 0) / 阅读全文
posted @ 2018-07-17 10:45 enych 阅读(3735) 评论(0) 推荐(0) 编辑
摘要: layui.use('form', function () { var form = layui.form; form.on('select(Status)', function (data) { console.log(data); console.log(data.value); ... 阅读全文
posted @ 2018-07-17 09:27 enych 阅读(400) 评论(0) 推荐(0) 编辑
摘要: IPagedList ss = Doclist.ToPagedList(page, pageSize); for (int i=0;i<ss.Count;i++) { var yy = ss[i]; } 阅读全文
posted @ 2018-07-17 08:48 enych 阅读(732) 评论(0) 推荐(0) 编辑