手机端页面常用点

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('  复制成功 ');    

 

posted @ 2018-05-28 17:40  越来越好888  阅读(140)  评论(0编辑  收藏  举报