經過一些研究,我知道我可以使用busboy 或建立在busboy 之上的multer。 ... async(req, res) => { const busboy = new Busboy({ headers: req.headers }) const stream ...
確定! 回上一頁