var ext = file.slice(file.lastIndexOf(".")+1).toLowerCase(); if ("xls" != ext) { alert("只能上传Excle文件"); return false; }