给定以下请求,该请求包括JSON字符串化的表单字段和文件附件using supertest: request(app) .post('/some/where') .field('someFormData', JSON.stringify(formData)) ...
確定! 回上一頁