1、类型转换
str="['test']" listobj=eval(str) str="{'test':1}" dictob=eval(str)
2、获取字符串名称储存的对象
obj_str=xxobject eval('objec_str')