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.
我想在我的网页底部制作一个“给我们发电子邮件”图片链接。我如何制作它才能撰写新的电子邮件?
通过使用 HTML 链接代码<a href="mailto:example@yourdomain.com"><img src="picture_path.jpg" /></a>现在您的图片将example@yourdomain.com在用户的默认电子邮件程序中打开一封新电子邮件。
<a href="mailto:example@yourdomain.com"><img src="picture_path.jpg" /></a>
example@yourdomain.com