vue 能拿到对象 打印对象 但获取不到具体属性 属性 undefined

734 阅读1分钟

console.log(res); console.log(res.msg);

image.png

处理方法

 res = eval ("(" + res + ")");

好了---可以了