时间:2019-05-03 来源:小程序工厂
结果正确,非常感谢
https://developers.weixin.qq.com/miniprogram/dev/wxcloud/reference-server-api/database/collection.field.html
const re= await db.collection('集合名').where({ aaa: 1, }).field({ aaa: true, bbb: true, ccc: true, _id: false }).get()