Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我有一个字节数组,并且在我使用时以 EOT 字符结尾:
string str = ASCII.Encoding.ASCII.GetString(myByteArray);
如果我在 Visual Studio 下查看字符串 str 的内容,看到它以这样的“...\u0004”结尾是否正常?
似乎 \u0004 是一个Unicode代码。
是的,你正在做的很好。
最近我正在解决一个问题,其中数据被编码并且在解码数据时,字符串末尾有3个EOT。
我想你可以使用一个 EOT。