python字典判断 python用input输入字典 PYTHON如何判断一个字典或者列表为空?if py_obj:print "非空"if py_obj is None:print "空"if not py_obj:非空... 2021-03-15 3037次浏览