标签: python string list converter
我在MyDao内有LIST:
MyDao
LIST
STRING
如何将该字符串转换为实际的L = "['Steve', 'Mike']" type(L) == <type 'str'> 对象LIKE:
L = "['Steve', 'Mike']" type(L) == <type 'str'>