... 字符串化的表单字段和文件附件using supertest: request(app) .post('/some/where') .field('someFormData', JSON.stringify(formData)) .attach('someFile', ...
確定! 回上一頁