摘要: db.getCollectionNames().forEach(function(collectionName) { if (collectionName.startsWith('test')) { db.getCollection(collectionName).deleteMany({}); p 阅读全文
posted @ 2024-02-04 12:17 AngDH 阅读(4) 评论(0) 推荐(0) 编辑