<script>
       axios.default.baseURL = 'http://localhost:9999/student/student';
       axios.default.timeout = 5;
       axios.get('getAllStudent').then(res=>{
           console.log(res);
       });
       axios.post('pGet').then(res=>{
           console.log(res);
       }).catch(err=>{
           console.log(err);
       })
   </script>
Logo

前往低代码交流专区

更多推荐