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.
大家好,我已经转向使用 zend 框架来阅读收件箱中的消息,但是在阅读一些 html 消息时,我看到了很多奇怪的字符,例如:
don’t
好像
don=92t
加上其他奇怪的字符,例如 =20 .. 发生了什么?是编码问题吗?我如何解决它?
欢迎来到quoted-printable encoding的精彩世界:您需要解码quoted-printable string。