documnet文档绑定监听. document.onkeydown = function(event){ var e = window.event || event; if (e.keyCode == 13) { //回车执行查询 } } ...
確定! 回上一頁