fs.createReadStream(body).pipe(fs.createWriteStream('./public/image/doodle.png'));
我发现这样写入body需要时字符串的路径,我这里body是图片文件,我该怎么写入呢
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
这样的么