python的字段赋值和取值的操作

a = {}
b = "1"
a[b] = 1
a.get("1", 1)

posted on 2026-06-10 18:37  漫思  阅读(2)  评论(0)    收藏  举报

导航