移动端==》拨打手机号
时间:2020-11-03 15:09:28
收藏:0
阅读:24
<meta name="format-detection" content="telephone=yes" /> // 调用拨号功能 callPhone(phoneNumber) { window.location.href = "tel://" + phoneNumber; },
原文:https://www.cnblogs.com/hwy6/p/13920023.html
评论(0)