Python 2.7.9 Demo

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

a = 'abc';
print isinstance(a, str);
原文地址:https://www.cnblogs.com/nick-huang/p/4617326.html