let Orientation = null EXIF.getData(image, function() { Orientation = EXIF.getTag(this, 'Orientation') }) switch (Orientation) { case 1: ...
確定! 回上一頁