import axios from 'axios' let data = new FormData(); ... 是 data , data 是作为请求体发送的,同样使用这种形式的还有 PUT , PATCH 等请求方式。
確定! 回上一頁