月度归档: 2023 年 8 月

2 篇文章

thumbnail
坐标转换Python代码
# _*_ coding:utf-8 _*_ class GPS: def _init_(self,lon = 'Null', lat = 'Null'): self.Lat = lat self.Lon = lon def getLat(self): return self.Lat def getLon(self): return self.Lo…
thumbnail
Hello World
这是我的第一篇博客,折腾了很久,终于来到了我的博客世界,未来我将在这个博客里,持续更新腹膜后肿瘤领域的相关信息,希望大家能多多关注,激励我继续努力,坚持下去!