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.
不确定是什么让您认为 242 以任何方式解析为“≥”。chr只需为您提供该数字的字节值,并且“≥”不在 ISO-8859 或我知道的任何其他单字节编码中。对于 UTF-8 编码值,请使用"\xE2\x89\xA5",或者'≥'如果您以 UTF-8 对源代码进行编码,请使用 。
chr
"\xE2\x89\xA5"
'≥'
众所周知,Excel 的编码很糟糕,所以我不知道这实际上会在 Excel 中正确显示。