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.
如何src=cid:在网页上显示图像?我可以创建带有src:cid 指向 mime 多部分的图像标签的 mime 电子邮件。但我无法获得一个 html 网页来显示图像<img src=cid:....>
src=cid:
src:cid
<img src=cid:....>
网页的工作方式与 html 电子邮件不同。为了使网页正常工作,您必须提取所有图像并将所有图像更改<img src="...">为指向 Web 服务器目录中的图像。正则表达式可能会有所帮助。
<img src="...">