遮挡字幕器

 

$("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()}});

 

posted @ 2017-08-23 20:54  fzyzcjy  阅读(228)  评论(0编辑  收藏  举报