我在 .txt 文件中有数据库名称列表,如下所示
本地
测试
管理员
我如何动态传递参数而不是在 .js 脚本中为 mono go 硬编码。
db = db.getSiblingDB('test');
date = new Date()
date.setDate(date.getDate() - 1)
yesterday = Math.floor(date.getTime()/1000).toString(16)
db.coll.find({_id : {$gt : new ObjectId(yesterday + "0000000000000000")}} , {_id:1})