手机端页面常用点
Posted 弱水三千,只取一瓢
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了手机端页面常用点相关的知识,希望对你有一定的参考价值。
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(‘ 复制成功 ‘);
以上是关于手机端页面常用点的主要内容,如果未能解决你的问题,请参考以下文章