有时点击页面某个按钮,希望能掉起手机拨号页,实现步骤如下:
-
1\] 在index.html中添加如下代码 ```html ```
javascriptcallPhone (phoneNumber) { window.location.href = 'tel://' + phoneNumber }
有时点击页面某个按钮,希望能掉起手机拨号页,实现步骤如下:
1\] 在index.html中添加如下代码 ```html ```
callPhone (phoneNumber) {
window.location.href = 'tel://' + phoneNumber
}