uploadImg = async (req, res) => { // console.log(req.file); const buffer = await sharp(req.file.buffer) .resize({ width: 250, ...
確定! 回上一頁