YvesChu
Results
1
issues of
YvesChu
AttributeError Traceback (most recent call last) in () 22 23 # 找到女朋友的地理位置 ---> 24 location.run() in run(self) 9 10 def run(self): ---> 11 coordinate = self.__get_image_ability() 12 13 print(f'获取到经度、纬度是:{coordinate}') AttributeError:...