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.
我的 URL(我twitter/share在查询字符串中传递给它)包含%C2%BC%C3%BE, 的编码,但浏览器将其解码为两个字符 ¼þ。如何让浏览器知道它应该将其解码为单个字符?
twitter/share
%C2%BC%C3%BE
您的编码错误。浏览器将其正确解码为这两个字符。U+4EF6 的正确 UTF-8 字节是 E4、BB 和 B6。