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.
如何在 mongodb 上存储和检索文件?我试过使用
var doc = {};
您可以使用GridFS在 MongoDB 上存储和检索文件。