解决方法
xxx.onkeyup = function(e){
 setTimeout(function(){
   //事件处理语句
 },0);
}