标签:key down code top console nbsp ons ack osi
$("body").append("<div id=‘mask‘ style=‘position: absolute;width: 800px;height: 50px;background: grey;top: 722px;left: 390px;‘></div>");
$("body").bind("keydown", (e) => {console.log(e); if(e.which==88){$("#mask").toggle()}});
标签:key down code top console nbsp ons ack osi
原文地址:http://www.cnblogs.com/turtlegood/p/7420146.html