byte[] 与 char[]求两者的转换关系。 [解决办法]byte 8位。char16位unicode[解决办法]楼上正解[解决办法]必须指定编码 byte[] Encoding.GetBytes (char[] chars )