我有以下代码:
byte [] bytes;
string one_simbol;
bytes = BitConverter.GetBytes (n.GetPixel (x, y). R + n.GetPixel (x, y). G + n.GetPixel (x, y). B);
one_simbol = Encoding.GetEncoding (1251). GetString (bytes, 0, bytes.Length);
// Always in one_simbol any one character
// We do the following
full_text + = one_simbol + one_simbol + one_simbol;
无论我添加多少这些字符,即使它们不同,最终也只能存储在变量 full_text 中的 1 个字符,即已添加的第一个字符