字典和字符串转换 eval()和str()函数
myDict = eval(myStr)
myStr = str(myDict)

相关文章: