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();