#coding=utf-8
#!/usr/bin/python

a = 'abc';
print isinstance(a, str);

 

相关文章: