为什么mailto无法在移动https页面中工作

时间:2016-01-18 07:40:02

标签: html mobile https mailto

我想在移动网页中调用电子邮件客户端。以下代码:

<a href="mailto:88888@gmail.com">88888@gmail.com</a>

它适用于手机网页的http页面,但不适用于https网页?

1 个答案:

答案 0 :(得分:0)

使用target="_top"

<a target="_top" href="mailto:88888@gmail.com">88888@gmail.com</a>