遮挡字幕器

Posted fzyzcjy

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了遮挡字幕器相关的知识,希望对你有一定的参考价值。

 

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

 

以上是关于遮挡字幕器的主要内容,如果未能解决你的问题,请参考以下文章