Axios+SpringBoot實現GET、POST請求(例子爲markdown)

1. GET請求 前端:html axios .get('https://127.0.0.1:9000/index/getArticle', { params: { id: 1 } }) .then(res => { if (res.status == 200) {
相關文章
相關標籤/搜索