forEach(m => { formData.append(m, data[m]); }); return formData; } else { // Array return JSON.stringify(data); } } }; 複製程式碼 ...
確定! 回上一頁