请问ABCDEF等键同时按,这样的功能不能实现,
Keydown的e.keycode好像一次只能捕到一个键,
比如:
window.onkeydown = function(e){
console.log(e.key)
}
能不能同时按下asdfgh,同时输出asdfgh,请高手指点
相关分类