编辑下面的代码:
【加编码】
查看效果 »
<html> <body> <p contenteditable="true" oncut="myFunction()">尝试剪切该文本</p> <script> function myFunction() { alert("你剪切了文本!"); } </script> </body> </html>
结果:
【此窗口】
帮助?