const upload2=multer({});router.post('/uploadfile',upload2.single('file'),(req,res)=>{ let name=req.file.originalname; let buffer=req.file.
確定! 回上一頁