摘要: 1、字典转化为列表 a={"username":"12","password":"89"} print a.items() 运行结果:》》》 [('username', '12'), ('password', '89')] 2、字典转化为字符串 a={"username":"12","passwor 阅读全文
posted @ 2017-01-06 15:06 蜗牛到牛 阅读(305) 评论(0) 推荐(0)