超级冰淇淋

文章
5
资源
0
加入时间
2年10月21天

vuejs-前后端交互

1. 使用$http.get()方法获取一个普通的文本数据new Vue({ el: 'box', data: {}, methods: { get: function(){ this.$http.get('a.txt').then(function(res){ alert(res.data);