字典和字符串转换 eval()和str()函数
myDict = eval(myStr)
myStr = str(myDict)
posted on 2012-03-30 20:23  风生水起  阅读(22832)  评论(0编辑  收藏  举报