Python 字典Dictionary items() 方法 Python 字典Dictionary haskeys() 方法 Python 字典Dictionary keys() 方法 Python 字典Dictionary items() 方法 #!/usr/bin/python dict = {'Name': 'Zara', 'Age': 7} print "Value : %s" % dict.items() Python 字典Dictionary haskeys() 方法 Python 字典Dictionary keys() 方法