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.
通过电子邮件警报发送文本文件的内容时,它会将文本从 UTF-8 转换为 UCS-2 Little Endian。有没有办法强制文本格式以确保包与生成的文件相同?
我尝试以二进制格式生成文件并关闭 HTML Body。我可能需要使用格式化程序吗?