");
$("body").bind("keydown", (e) => {console.log(e); if(e.which==88){$("#mask").toggle()}});

相关推荐