http://www.cnblogs.com/kaituorensheng/archive/2013/01/24/2875456.htmlhtml
d={'a':1,'b':2,'c':3}python
d
=
{
'a'
:
1
,
'b'
2
'c'
3
}
for
i
in
d.keys():
print
(i,d[i])