axios的Content-Type总共有居中数据类型
时间: 2024-04-09 21:19:36 浏览: 90
VUE项目axios请求头更改Content-Type操作
5星 · 资源好评率100%
是的,axios的Content-Type共有五种数据类型:
1. application/x-www-form-urlencoded:表单数据格式,常用于POST请求。
2. multipart/form-data:文件上传格式,常用于POST请求。
3. application/json:JSON格式数据,常用于POST请求。
4. text/xml:XML格式数据,常用于POST请求。
5. text/plain:纯文本格式数据,常用于POST请求。
阅读全文