MongoDB 查询返回某一列的值 发表于 2016-05-25 | | 阅读次数 | 参数中,第一个{}表示返回所有,第二个表示选择的列,1表示选择,0表示禁止输出 1234567> db.urls.find({}, {'Url':1, '_id':0}){ "Url" : "http://www.allitebooks.com/object-oriented-programming-with-c-2nd-edition/" }{ "Url" : "http://www.allitebooks.com/algorithms-design-and-analysis/" }{ "Url" : "http://www.allitebooks.com/data-structures-using-c-2nd-edition/" }...Type "it" for more> 添加微信,加我好友,与我直接交流! 坚持原创技术分享,您的支持将鼓励我继续创作! 赏 微信打赏 支付宝打赏