// 获取图片方向信息let Orientation ='';EXIF.getData(file, function () { Orientation =EXIF.getTag(file, 'Orientation') ||'';});