$(document).keyup(function(event){ switch(event.keyCode) { case 27: alert("ESC"); case 96: alert("ESC"); } });
本文标题:监听键盘事件
本文链接:https://www.haomeiwen.com/subject/fwiqsctx.html
网友评论