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.
我想知道为什么当我在记事本(我正在使用记事本++)中打开原始 .class 文件时,为什么大多数文本都替换为 NUL 或类似的东西?
我不是预期的可读代码,但我不明白这一点。
因为.class文件是二进制文件,并notepad试图将内容转换为文本。它正在打印它所发现的相应字符,大多数时候不在a-zA-Z0-9范围内。
.class
notepad
a-zA-Z0-9