将字符串转为byte[],相反把GetBytes()改为GetString(). byte[] byteArray = System.Text.Encoding.Default.GetBytes(str);