$("#queryTable").bind("keydown",function(e){
var theEvent = e || window.event;
var code = theEvent.keyCode || theEvent.which || theEvent.charCode;
}
标签:UI cti 事件 window eve class table query ring
$("#queryTable").bind("keydown",function(e){
var theEvent = e || window.event;
var code = theEvent.keyCode || theEvent.which || theEvent.charCode;
}
标签:UI cti 事件 window eve class table query ring
原文地址:https://www.cnblogs.com/looklu/p/8729257.html