把代码精简到最小, 看看有没问题String s0 = "我爱中国";
Byte[] utf8 = System.Text.Encoding.UTF8.GetBytes(s0);
String s1 = System.Text.Encoding.UTF8.GetString(utf8);