专注前端素材!
源代码:
点击运行
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>素材8网教程(study.sucai8.cn)</title> </head> <body> <p oncopy="myFunction()">尝试拷贝文本</p> <script> function myFunction() { alert("你拷贝了文本!"); } </script> </body> </html>
运行结果