axios-miniprogram/docs/config/response-type.md

9 lines
302 B
Markdown
Raw Normal View History

2023-03-25 16:22:01 +08:00
# responseType
## `config.responseType`的合法值
| 值 | 说明 | 全平台兼容 |
| :---------- | :----------------------- | :--------- |
| text | 响应的数据为文本 | 是 |
| arraybuffer | 响应的数据为 ArrayBuffer | 是 |