标签: node.js express
我使用诸如波纹管这样的快速管理下载文件:
app.use("*", function (req, res, next) { ... res.download(filepath); ... });
我想创建一个下载过程栏,有没有办法获取下载的字节?