如何实现整个网页复制时跳转到微信 $(function(){ document.body.oncopy =function(){ window.location.href='weixin://'; //location.herf=指向一个链接或应用 } }) ...
確定! 回上一頁