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.
我可以像这样在 Python-Strings 中嵌入十六进制值:\xe5abcdefghijklmnoqrstuvqxy\xfdz!\x18\xfejk
\xe5abcdefghijklmnoqrstuvqxy\xfdz!\x18\xfejk
这可以用C吗?
是的,使用相同的符号。
printf("\x41\x42\x43\n");