string 转换成 Char[] string ss="abcdefg"; char[] cc=ss.ToCharArray(); Char[] 转换成string string s=new string(c);