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.
我想通过单击按钮将画布作为电子邮件的附件发送。
我使用将画布转换为图像 var image=canvas.toDataURL();
var image=canvas.toDataURL();
我想直接将其附加在 Outlook 等电子邮件客户端中,而不提示用户保存位置。
很高兴有人可以帮助我。
理想情况下,当您尝试发送某些东西时,您需要使用mailto:标签。这允许您向邮件添加主题和正文。但是,这将不允许您发送附件。因此,我建议在邮件内容中提供一个指向文档路径的 url 来解决问题。
mailto:
示例邮件
mailto:xyz@gmail.com?subject=TestMail&body=This is a test mail