在请求里指定一下:
axios.put("/url"
, id
, {headers: {'Content-Type': 'application/json;charset=UTF-8'}})
.then((res) => {
});
博客提及在请求里进行指定操作,但未给出更多详细信息。
在请求里指定一下:
axios.put("/url"
, id
, {headers: {'Content-Type': 'application/json;charset=UTF-8'}})
.then((res) => {
});
5978

被折叠的 条评论
为什么被折叠?