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