1.拨打电话 <a href="tel:4008001234" class="call"></a>
可唤起安卓与手机端的拨打电话
2.点击复制电话号
// let text = document.createElement(‘input‘); //document.body.appendChild(text); //text.value = this.phoneNumber; let text = document.getElementById("biao1"); text.select(); document.execCommand(‘Copy‘); text.style.display = ‘none‘; this.mark(); console.log(‘ 复制成功 ‘);
原文地址:https://www.cnblogs.com/lanyueff/p/9101320.html
时间: 2024-09-28 20:44:08