1、列表、字典转字符串 str(list) str(dict) 2、字符串转字典、列表 eval(str) 转载于:https://www.cnblogs.com/hqd2008/p/7637540.html