集合拼接成字符串
摘要:List<string> idlist = new List<string>(); foreach (BM item in list) { idlist.Add("'" + item.DrBh + "'"); }string IDContent = string.Join(",", idlist.T
阅读全文
posted @ 2016-04-29 11:25
posted @ 2016-04-29 11:25
posted @ 2015-08-14 17:26
posted @ 2015-08-14 17:25
posted @ 2015-08-12 14:06