摘要:
$ npm install qiniu import * as url from 'url'; import * as qiniu from 'qiniu'; @Post('upload') @UseInterceptors(FileInterceptor('file')) async upload 阅读全文
posted @ 2021-01-09 13:48
Ajanuw
阅读(547)
评论(0)
推荐(0)
摘要:
import * as path from 'path'; import * as url from 'url'; const savePath = path.join('public', 'images', 'a.jpg'); // => \public\images\a.jpg const ur 阅读全文
posted @ 2021-01-09 11:23
Ajanuw
阅读(175)
评论(0)
推荐(0)