一般情况下,我们打印后端传过来的数据是这样的 console.log(res) 是不是看的头都大了,让我们换一种打印方法 console.log(JSON.parse(JSON.stringify(res)));嘿嘿,就可以直接看到右边的值了