摘要: 目录python 字符串str与字典dict转换字典转字符串字符串转字典带引号不带引号 python 字符串str与字典dict转换 字典转字符串 c = {'a': '1', 'b': '1'} b=str(c) print(b,type(b)) 字符串转字典 字符串转字典分两种情况,需要根据你的 阅读全文
posted @ 2023-10-27 08:58 liwenchao1995 阅读(144) 评论(0) 推荐(0) 编辑