forEach (key => { formData.append(key, data[key]) }) const request = axios.post(uri, formData) .then(r => r.data) .catch(function (e) ...
確定! 回上一頁