db.article.find({_id:{$gt:ObjectId("xxx")}}).limit(1) //下一条db.article.find({_id:{$lt:ObjectId("xxx")}}).limit(1) //上一条