使用axios axios({ url: "url", method: "post", data: data, headers: { "Content-Type": "text/plain", }, }).then((res) => { console.log(res); });