Dav*_*rge 21
这里使用的链接:
<a href="mailto:manish@simplygraphix.com?subject=Feedback for webdevelopersnotes.com&body=The Tips and Tricks section is great">Send me an email</a>
Run Code Online (Sandbox Code Playgroud)
使用mailto超链接在客户端计算机上打开邮件应用程序
<a href="mailto:toid@example.com?Subject=subject here&Body=bodytext">
Link display text
</a>
Run Code Online (Sandbox Code Playgroud)
您也可以使用查询字符串参数添加cc和bcc,就像我们为body所做的那样.
这将打开客户机上配置的默认邮件应用程序; 它可以相应地打开不同的应用.