摘要:
function Copy(str){ var save = function(e){ e.clipboardData.setData('text/plain', str); e.preventDefault(); } document.addEventListener('copy', save); document.execCom... 阅读全文
posted @ 2017-05-24 15:29
MauriceChans
阅读(212)
评论(0)
推荐(0)

浙公网安备 33010602011771号