监听全局键盘按下事件js:window.onkeydown = function(event){ }jquery:$(document).keydown(function(event){ });获取按下的键值event.key例如:按 ...
確定! 回上一頁