1简单的做个链接就行了
复制代码
代码如下:
<ahref="Mailto:test@163.com">给我发邮件</a>
2.复杂的链接
代码:
复制代码
代码如下:
<prename="code"class="html"><ahref="Mailto:test@163.com?CC=test@163.com&BCC=test@163.com&Subject=Hello&Body=你好">给我发邮件</a></pre>
<pre></pre>
参数说明:
<pstyle="color:rgb(51,51,51);font-family:Arial;font-size:14px;line-height:26px">
</p>
<pstyle="color:rgb(51,51,51);font-family:Arial;font-size:14px;line-height:26px">
CC:抄送地址;</p>
<pstyle="color:rgb(51,51,51);font-family:Arial;font-size:14px;line-height:26px">
BCC:密件抄送地址;</p>
<pstyle="color:rgb(51,51,51);font-family:Arial;font-size:14px;line-height:26px">
Subject:主题;</p>
<pstyle="color:rgb(51,51,51);font-family:Arial;font-size:14px;line-height:26px">
Body:邮件内容。</p>
<pstyle="color:rgb(51,51,51);font-family:Arial;font-size:14px;line-height:26px">
注:多个邮件地址用";"隔开。</p>

本文转载自中文网
如需转载,请注明文章出处和来源网址:http://www.divcss5.com/html/h55117.shtml