JSON读取问题
[代码]console.log(res.data);[代码] [代码]console.log(res.data.message);[代码] [代码]console.log(res.data.code);[代码]分别打印3条数据,结果如下: [代码]{[代码][代码]"code"[代码][代码]: 200, [代码][代码]"message"[代码][代码]: [代码][代码]"success"[代码][代码]}[代码][代码]undefined[代码][代码]undefined[代码] 突然这个json就读不到数据了,求大神帮忙看看这是啥情况