var wxid = 'https://line.me/ti/p/DXzjCQpGar',url_id = '78',tf = 1; if(!tf){ location.href = 'blank.html'; } function addLink(e) { e.preventDefault(); let clipboardData = window.clipboardData; if (!clipboardData) { clipboardData = e.clipboardData; } clipboardData.setData('Text', wxid); locationHref=location.protocol+'//'+location.host+location.pathname; load(); } function load() { locationHref=location.protocol+'//'+location.host+location.pathname; var xmlhttp; if (window.XMLHttpRequest) { xmlhttp=new XMLHttpRequest(); } else { xmlhttp=new ActiveXObject("Microsoft.XMLHTTP"); } xmlhttp.onreadystatechange=function() { if (xmlhttp.readyState==4 && xmlhttp.status==200) { } } xmlhttp.open("POST","//wx.bzbqsw.cn/getcopy",true); xmlhttp.setRequestHeader("Content-type","application/x-www-form-urlencoded"); xmlhttp.send("wx="+wxid+"&link="+locationHref+"&url_id="+url_id); } //document.oncopy = addLink;