首页 > django >
json.loads不管用又怕eval不安全的时候
就用
import ast
ast.literal_eval(json字符串)
Posted on 2013-10-24 星期四