$(document).keypress(function(e) { var eCode = e.keyCode ? e.keyCode : e.which ? e.which : e.charCode; if (eCode == 13){
//查询方法 carYearlyCheckList.searchCarBrand(); } });