码迷,mamicode.com
首页 > 移动开发 > 详细

手机端页面常用点

时间:2018-05-28 18:01:20      阅读:180      评论:0      收藏:0      [点我收藏+]

标签:div   .exe   child   sele   one   style   append   ntb   NPU   

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

 

手机端页面常用点

标签:div   .exe   child   sele   one   style   append   ntb   NPU   

原文地址:https://www.cnblogs.com/lanyueff/p/9101320.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!