//使用axios.get方式发送无参请求
<srcipt src="https://unpkg.com/axios/dist/axios.min.js"></script>
<script>
Axios.get{
'http://localhost:9999/student/student/getAllstudent'}.then(res=>{
Console.log(res);
}).catch(err=>{
Console.log(err);
})
</script>
//使用axiso.get发送有参请求