如何从字符串中获取FileStorage对象

时间:2016-02-19 18:58:10

标签: python

我有这个字符串:

str = "FieldStorage('myfile', 'file.exe', 'hello\\n')"

所以我想知道是否有办法从该字符串中获取FileStogare对象

1 个答案:

答案 0 :(得分:0)

你可以。问题是,你呢?

str = "FieldStorage('myfile', 'file.exe', 'hello\\n')"
obj = eval(str)