遮挡字幕器

$("body").append("<div id='mask' style='position: absolute; 800px;height: 50px;background: grey;top: 722px;left: 390px;'></div>");
$("body").bind("keydown", (e) => {console.log(e); if(e.which==88){$("#mask").toggle()}});
原文地址:https://www.cnblogs.com/turtlegood/p/7420146.html