摘要:
1.python字典就相当于js里的对象 python字典里的键,要用双引号 例子: dic = {"name":"zs","age":12} 2.python字典的值的访问,使用中括号 dic = {"name":"zs"} print(dic["name"]) # zs 3.python字典属性 阅读全文
posted @ 2019-11-21 01:03 猫头唔食鱼 阅读(5780) 评论(0) 推荐(0) 编辑
他山之石,可以攻玉。
posted @ 2019-11-21 01:03 猫头唔食鱼 阅读(5780) 评论(0) 推荐(0) 编辑