摘要: axios axios({ method: 'post', url: '/user/12345', data: { firstName: 'Fred', lastName: 'Flintstone' } }) .then(function (response) { console.log(respo 阅读全文
posted @ 2020-07-11 12:00 每天都要进步一点点 阅读(1040) 评论(0) 推荐(0)