摘要:
转载来自:https://blog.csdn.net/ddy_sweety/article/details/79729810 https://geodata.pku.edu.cn/index.php?c=content&a=show&id=536 1. 简介 1.1 数据简介 2013年2月11日, 阅读全文
posted @ 2020-03-28 21:54
冰糖葫芦很乖
阅读(27853)
评论(0)
推荐(0)
摘要:
获取对象信息: 基本类型可以用type来判断 >>> type(123) <class 'int'> >>> type('str') <class 'str'> >>> type(None) <type(None) 'NoneType'> >>> import types >>> def fn(): 阅读全文
posted @ 2020-03-28 11:44
冰糖葫芦很乖
阅读(182)
评论(0)
推荐(0)