如何检查任意对象是否为'None'?
这个问题在这里已经有了答案:
试试这个检查对象是否为None
if obj is None: print 'Object is none'
链接地址: http://www.djcxy.com/p/76641.html
上一篇: How do I check whether an arbitrary object is 'None' or not?
这个问题在这里已经有了答案:
试试这个检查对象是否为None
if obj is None: print 'Object is none'
链接地址: http://www.djcxy.com/p/76641.html
上一篇: How do I check whether an arbitrary object is 'None' or not?