实名认证用户熊川湘 身份证号码430811198506290914

摘要: 方法一 注:需要.net 3.5框架的支持string s = "101,102,103,104,105,101,102,103,104,105,106,107,101,108";s = string.Join(",", s.Split(',').Distinct().ToArray());方法二class Program { static void Main(string[] args) { string result=""; string str = "101,102,103,104,105,101,10 阅读全文
posted @ 2013-02-04 21:27 浪达短信群发 阅读(1172) 评论(0) 推荐(0) 编辑