$(window).keydown(function(event){
    
var html="";                           
    
for(t in event){
        html
+=t+"\t"+event[t]+"<br/>\r\n";
    }
    $(
"body").html(html);
});

 

相关文章:

  • 2022-12-23
  • 2021-08-08
  • 2022-02-06
  • 2021-11-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-13
  • 2022-12-23
  • 2022-12-23
  • 2021-10-03
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案