摘要: https://chatgpt.com/c/68720461-29e8-8003-8faa-2b099926add4 直接使用 send(long_to_bytes(m)) 是有可能失败的!取 m=1234(16进制下为 4d2),则发送的序列为 \x04\xd2,这不是合法 UTF-8 序列,导致 阅读全文
posted @ 2025-07-12 21:13 CharlieVinnie 阅读(17) 评论(0) 推荐(0)