phone(){
window.location.href = 'tel:123123'// 拨打电话
window.location.href = 'sms:123123'// 发短信
}
本文共 149 字,大约阅读时间需要 1 分钟。
phone(){
window.location.href = 'tel:123123'// 拨打电话
window.location.href = 'sms:123123'// 发短信
}
转载于:https://www.cnblogs.com/xzc666/p/9437000.html