href="mailto:?body=Thanks!"@H_403_12@但有没有办法在身体中发送图像?例如:
href="mailto:?body=<img src='http://www.example.com/image.jpg'>"@H_403_12@(显然上面不起作用 – 它只是将HTML添加为字符串)
任何建议赞赏!谢谢!
解决方法 从 horse’s mouth:The “body” hname should contain the content for the first
text/plain body part of the message. The mailto URL is primarily
intended for generation of short text messages that are actually
the content of automatic processing (such as “subscribe” messages
for mailing Lists),not general MIME bodIEs.换句话说,内容是文本/纯文本格式,而不是MIME HTML.
@H_404_46@ 总结以上是内存溢出为你收集整理的HTML:在mailto?body中发送图片全部内容,希望文章能够帮你解决HTML:在mailto?body中发送图片所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
HTML:在mailto?body中发送图片
概述我习惯使用mailto函数设置带有文本的电子邮件的正文和主题,例如: href="mailto:?body=Thanks!" 但有没有办法在身体中发送图像?例如: href="mailto:?body=<img src='http://www.example.com/image.jpg'>" (显然上面不起作用 – 它只是将html添加为字符串) 任何建议赞赏!谢谢! 从 horse’s mout 我习惯使用mailto函数设置带有文本的电子邮件的正文和主题,例如:
赞
(0)
打赏
微信扫一扫
支付宝扫一扫
html – 从Asp.net MVC控制器返回Pdf文档
上一篇
2022-05-27
如何从Pharo 1.4中的FileSystemReadStream正确解码文本文件
下一篇
2022-05-27
评论列表(0条)