摘要: import pdb if __name__ == "__main__": #创建字典 dic = {"url1":"http://www.qq.com","url2":"http://id.qq.com"} #更新字典 dic["url3"] = "http://qzone.qq.com" #遍历 阅读全文
posted @ 2021-01-27 15:08 元小疯 阅读(2932) 评论(0) 推荐(1) 编辑