摘要: 字符串分隔的各种类型: //string s = "hello"; //char[] chars = s.ToCharArray(); //chars[0] = 'a'; //string s1 = new string(chars); //Console.WriteLine(s1); //... 阅读全文
posted @ 2011-12-20 14:23 王永华 阅读(124) 评论(0) 推荐(0) 编辑