关于自增主键: const _ = db.command db.collection('video').doc('video-id').update({ data: { total_likes: _.inc(1) } }) //自增