var allowPaste = function(e){ e.stopImmediatePropagation(); return true; }; document.addEventListener(‘copy’,allowPaste,true); document.addEventListener(‘paste’,allowPaste,true);
京公网安备 11010502049817号