手机端页面经常使用点

1.拨打电话  <a href="tel:4008001234" class="call"></a>app

可唤起安卓与手机端的拨打电话this

2.点击复制电话号spa

 // 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('  复制成功 ');    
相关文章
相关标签/搜索