runliuv

runliuv@cnblogs

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2016年4月12日

摘要: string str = "1,11,121,131"; var arr = str.Split(','); List list = new List(); list.AddRange(arr); if(list.Contains("11")) { ... 阅读全文
posted @ 2016-04-12 14:03 runliuv 阅读(473) 评论(0) 推荐(0) 编辑