今天突然看到有人写过获取图片中位置信息的程序.我觉得很有趣,也就自己实践了一下,研究了一下 话不多说,先上代码 #!/usr/bin/env python3 # -*- coding: utf-8 -*- 'A program used to get GPS information in picture' __author__ = 'Albert Yang' import exifread import re def FindGPSTime(filePath): GPS={} Data="&qu…