如何用js脚本模拟 敲回车传入事件对象event,然后判断keyCode的值。例如:document.onkeydown = function(ev){ var oEvent = ev||event if( oEvent.keyCode == 132023-04-22JavaScript260