1. 如何判断元素或者变量是否为字符串?
使用代码
try: my_var+' ' except TypeError e: print 'not a str object'
如果my_var不是字符串,就会产生TypeError异常