Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望用户能够查询数据库并下载格式良好的 txt 文件及其结果。这样做的最佳方法是什么?现在我写入一个临时文件,让用户下载它,然后每周删除一次累积的文件。有没有这样做的 NodeJS 方式?