function getOrientation(file, callback) { var reader = new FileReader(); reader.onload = function(e) { var view = new ...
確定! 回上一頁