简单教程
提交运行
代码编辑器:
<p oncopy="myFunction()">尝试拷贝文本</p> <script> function myFunction() { alert("你拷贝了文本!"); } </script>
运行结果: