会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
淡怀
博客园
首页
新随笔
联系
管理
订阅
2022年6月10日
【Python】字符串字典 转 字典/json字符串
摘要: if __name__ == '__main__': dictStr = "{'A':'aValue'}" print(type(dictStr), dictStr) # 字符串字典 转 字典 print(type(eval(dictStr)), eval(dictStr)) # 字符串字典 转 字
阅读全文
posted @ 2022-06-10 10:22 淡怀
阅读(62)
评论(0)
推荐(0)
编辑
公告