post,put,patch都比較相似,都可以form-data,applicition/json請求. ... key in data){ formData.append(key, data[key]) } axios.post('/post', ...
確定! 回上一頁