我定义了一个myCollection.json文件然后我用axios获取json文件this.$http.get('http://localhost:8081/static/json/myCollection.json').then( function(response){ console.log(response.data); }, function(response){ alert("连接json文件失败"); });//axio如果是console.log(response.data);可以打印出json文件,可是console.log(response.data.collection);的话就会输出undefined。请问要怎么解决
添加回答
举报
0/150
提交
取消