首先必须在<head>里面加上:
<meta name="format-detection" content="telephone=yes"/>
方法1
<a href="tel:400-0000-688">400-0000-688</a>
方法2
window.location.href = 'tel://' + this.phone
首先必须在<head>里面加上:
<meta name="format-detection" content="telephone=yes"/>
方法1
<a href="tel:400-0000-688">400-0000-688</a>
方法2
window.location.href = 'tel://' + this.phone
本文标题:h5打电话功能
本文链接:https://www.haomeiwen.com/subject/oskmrrtx.html
网友评论