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.
我有一个包含结构化数据的文本文件。在每个文本块之后,它会说“END”并继续到下一个块。看着一个十六进制查看器,我看到了
0A:45:4E:44:0A:20:20:20:20:20:20:20:20:20
这转化为
?END?
注意 9 个空格。
如何在我的代码中将其写为分隔符?
"END\n\n\n \n \n \n \n \n \n"
这似乎不起作用。我错过了什么?
最有可能的,
"\nEND\n "
但是您忘记提及您使用的是哪种语言。up 是从哪里得到所有这些额外\n的 s 的?
\n