美文网首页工作生活
html5 的a标签是可以拨电话的,通过其Href属性来实现

html5 的a标签是可以拨电话的,通过其Href属性来实现

作者: 白菜_37e2 | 来源:发表于2019-07-04 17:59 被阅读0次

<a href="tel:18750000000"></a>


在iPhone 手机上默认值是(电话号码显示为拨号的超链接):

<meta name="format-detection" content="telephone=yes"/>

可将telephone=no,则手机号码不被显示为拨号链接

<meta name="format-detection" content="telephone=no"/>


相关文章

本文标题:html5 的a标签是可以拨电话的,通过其Href属性来实现

本文链接:https://www.haomeiwen.com/subject/qlzrhctx.html