>>> dict1 = {'name': 'earth', 'port': 80}
>>> for key in dict1:
... print 'key=%s,value=%s' % (key,dict1[key])
...
key=name,value=earth
key=port,value=80
>>> dict1['name']
'earth'
>>> print 'host %s is running on port %d' % (dict1['name'],dict1['port'])
host earth is running on port 80
>>>

售后响应及时
7×24小时客服热线
数据备份
更安全、更高效、更稳定
价格公道精准
项目经理精准报价不弄虚作假
合作无风险
重合同讲信誉,无效全额退款