有没有办法在 IE 中完成这项工作?它适用于 Chrome 和 Firefox。
<html>
<body>
<div oncopy="alert('text copied')">
Copy me
</div>
</body>
</html>
有没有办法在 IE 中完成这项工作?它适用于 Chrome 和 Firefox。
<html>
<body>
<div oncopy="alert('text copied')">
Copy me
</div>
</body>
</html>