请问 如果把一个字符串变为字符串数组用的是 ToCharArray() 那么反过来呢 怎样把一个字符串数组变为字符串呢 有没有方法函数呢 string的构造函数不就是有一个string s = new string(char[])