1.python代码if not x: 和if x is not None:和if not x is None:使用 2.python 中None,is 和 == 的深入探讨 3.Python中为什么要用 is None 来代替 == None?