import EXIF from 'exif-js'http://code.ciaoca.com/javascript/exif-js/ 文档EXIF.getData(document.getElementById('imgElement'), function(){
EXIF.getAllTags(this); 全部属性
EXIF.getTag(this, 'Orientation'); 某个属性
});经纬度const imgLon = EXIF.getTag(this, 'GPSLongitude')
const imgLat ...
2021-08-12 05:20:47
未分类 ·