Appearance
使用@koa/multer进行文件上传时中文乱码,转换编码如下
@koa/multer
Buffer.from(file.originalname, 'latin1').toString('utf8')