载入 JavaScript 文件
<script src="exif.js"></script>
获取 EXIF 数据
EXIF.getData(document.getElementById('imgElement'), function(){
EXIF.getAllTags(this);
EXIF.getTag(this, 'Orientation');
});
参考地址:http://code.ciaoca.com/javascript/exif-js/
载入 JavaScript 文件
<script src="exif.js"></script>
获取 EXIF 数据
EXIF.getData(document.getElementById('imgElement'), function(){
EXIF.getAllTags(this);
EXIF.getTag(this, 'Orientation');
});
参考地址:http://code.ciaoca.com/javascript/exif-js/