在網頁中,有時候給客戶做東西的時候,網頁頭部或者底部郵箱要加上點擊發送郵件功能,有簡單的鏈接和復雜的鏈接,對于復雜鏈接有詳細的參數說明,有興趣的朋友可以參考下
1簡單的做個鏈接就行了
代碼如下:
<a href="Mailto:[email protected]">給我發郵件</a>
2. 復雜的鏈接
代碼:
代碼如下:
<pre name="code" class="html"><a href="Mailto:[email protected][email protected]&[email protected]&Subject=Hello&Body=你好">給我發郵件</a></pre>
<pre></pre>
參數說明:
<p style="color:rgb(51,51,51); font-family:Arial; font-size:14px; line-height:26px">
</p>
<p style="color:rgb(51,51,51); font-family:Arial; font-size:14px; line-height:26px">
CC:抄送地址;</p>
<p style="color:rgb(51,51,51); font-family:Arial; font-size:14px; line-height:26px">
BCC:密件抄送地址;</p>
<p style="color:rgb(51,51,51); font-family:Arial; font-size:14px; line-height:26px">
Subject:主題;</p>
<p style="color:rgb(51,51,51); font-family:Arial; font-size:14px; line-height:26px">
Body:郵件內容。</p>
<p style="color:rgb(51,51,51); font-family:Arial; font-size:14px; line-height:26px">
注:多個郵件地址用";"隔開。</p>
【 微信掃一掃 】