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.
作为电子邮件中的内容传输编码,“7bit”和“quoted-printable”之间有什么实际区别吗?据我所知,编码方案几乎是相同的。
例如,在 7bit 中,您可以在行尾有一个空格,但在quoted-printable 中,您必须将其写为 =20(这将被 7bit 逐字解释)。