var pattern = new RegExp("[\u4E00-\u9FA5]+"); if(pattern.test(querygenes) || (querygenes === "")){ alert('基因名可能为空或者包含中文'); location.reload(); }else{ ajax操作 }