2020年9月10日

摘要: # -*- coding=utf-8 -*-# Author:gxinfo = { "stu001":"xiao ming", "stu002":"xiao gou", "stu003":"xiao hu",}print(info) #查看整个列表print(info["stu001"]) #查看列 阅读全文
posted @ 2020-09-10 22:43 阿翔study 阅读(128) 评论(0) 推荐(0)

导航