一、最基本的用法 axios({ url:'http://119.3.191.135:8080/news/list', //接口地址 method:'post' //默认为get请求 }).then(res=>{ console.log(res); }) 访问到的数据如图: