如何使用节点js从mongodb获取值

时间:2014-10-15 10:25:11

标签: node.js mongodb

a.remove({"名称":' SONU'},功能(E,O){}); a.insert({"名称":用户名,"标题":用户名,"年龄":' 25'},函数(例如, ○){});

});  我现在需要获得这些值

1 个答案:

答案 0 :(得分:0)

a.findOne({name: userName}, function (e, o) {})