<a href=”tel://110 ”>拨打电话</a> 这个在安卓可以实现三种功能,但是在苹果手机,只能实现拨打功能 <a style="color:#0096ff;" :href="‘tel://‘+item.mobile">{{item.mobile}}</a> 在vue组件内循环列表的时候,需要对href进行绑定并对后面进行拼接
安卓手机端实现点击电话号码,出现拨打、复制、保存到通讯录
原文:https://www.cnblogs.com/xk-g/p/9168233.html