花费 8 ms
python 字典访问的三种方法

定义字典 dic = {'a':"hello",'b':"how",'c':"you"}方法一:for key in dic:  print key,dic[key]  print key + str ...

Sun Jul 02 17:59:00 CST 2017 0 7828

 
粤ICP备18138465号  © 2018-2026 CODEPRJ.COM