## Ajax ## Axios 1. 引入Axios的js文件 2. 使用 axios({ method: 'get', url: 'http://localhost:8080/getUser', }).then((result)=> { console.log(result); })