var text = 'http://'+"{{$_SERVER['SERVER_NAME']}}"+'/card/huoma/tohref?hmiccid='+obj.data.hm_iccid; var input = document.createElement('input'); input.setAttribute('id', 'copyInput'); input.setAttribute('value', text); document.getElementsByTagName('body')[0].appendChild(input); document.getElementById('copyInput').select(); document.execCommand('copy') document.getElementById('copyInput').remove();
js 复制文字
最新推荐文章于 2024-11-11 22:26:09 发布