python判断一个列表是否为空 python判断list是否为空 PYTHON如何判断一个字典或者列表为空?if py_obj:print "非空"if py_obj is None:print "空"if not py_obj:非空... 2021-03-16 1166次浏览