# ContentId:1 ->显示ContentId字段 # _id:0 ->不显示_id字段 # db.XX.find({Name:"接口测试"},{ContentId:1,_id:0}).sort({_id:-1}).limit(1)