标签:
<!doctype html> <html> <head> <meta charset="utf-8"> <meta name="author" content="智能社 - zhinengshe.com" /> <meta name="copyright" content="智能社 - zhinengshe.com" /> <title>智能社 - www.zhinengshe.com</title> <style> </style> <script> document.onkeydown = function(ev){ var oEvent = ev || event; //alert(oEvent.keyCode); c:67 if(oEvent.keyCode == 67 && oEvent.ctrlKey){ return false; } }; </script> </head> <body> 智能社就是前端开发培训,北京最具深度和口碑的JavaScript、HTML5培训,专注于让学员获得快乐的学习体验并找到高薪工作的培训 <input type="text"> </body> </html>
标签:
原文地址:http://www.cnblogs.com/heboliufengjie/p/4215594.html