html拨打电话、发送短信、发送邮件的链接写法

拨打电话

<a href="tel:88888888">呼叫</a> 

发送短信

<a href="sms:88888888">短信</a>

<a href="sms:88888888?body=123">指定内容</a>

<a href="sms:66666666,88888888?body=123">群发短信</a>

发送邮件

<a href="mailto:test@163.com">邮件</a> 
<a href="mailto:test@163.com,test2@126.com">群发</a> 
<a href="mailto:test@163.com?subject=Testing">指定主题</a> 
<a href="mailto:test@163.com?subject=Testing&cc=test3@126.com">指定抄送人</a>
posted @ 2017-07-28 16:34  bubuchu  阅读(1479)  评论(0编辑  收藏  举报