摘要: static void Main(string[] args) { string str = "abcabcqwe"; if (str.Length > 0) { //把字符串进行分割 char[] strChar = str.ToCharArray(); //把字符先分组后排序 var c = s 阅读全文
posted @ 2016-06-29 10:57 MissWily 阅读(261) 评论(0) 推荐(0) 编辑