python获取对象信息的实例详解
1、获取对象类型,基本类型可以用type()来判断。type(123)class'int'type('str')class'str'type(None)type(None)'NoneTyp...
0
0
0
精彩评论