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