标签:类型 python 笔记 als false type 比较 instance nbsp str
type():返回参数的数据类型 例:type(2) 返回<class ‘int‘>
isinstance():返回true or false 比较参数是否是某个类型 例:a="你好" isinstance(a,str) 返回true
python 笔记(二)type() isinstance()
标签:类型 python 笔记 als false type 比较 instance nbsp str
原文地址:http://www.cnblogs.com/wangkeblog/p/7744080.html