javascript
if (!/(PNG|JPG|JPEG)/i.test(file.type)) {//file.type文件类型
alert('上传的文件只能是 PNG/JPG/JPEG 格式的~~');
return;
}
if (!/(PNG|JPG|JPEG)/i.test(file.type)) {//file.type文件类型
alert('上传的文件只能是 PNG/JPG/JPEG 格式的~~');
return;
}