老是出错“指定的数组不属于需要的类型“如何把字符串转存到char( )中,老是出错“指定的数组不属于需要的类型“,请教各位[解决办法]
string s = "abcdefg"; char[] c = s.ToCharArray();[解决办法]