简单教程
提交运行
代码编辑器:
<p contenteditable="true" onpaste="myFunction()">尝试在段落中粘贴内容</p> <script> function myFunction() { alert("你粘贴了文本!"); } </script>
运行结果: