标签: node.js mongodb upsert
我在node.js上有更新功能的问题
details.update({ id: page.id },res,{upsert : true});
即使存在 {id:page.id} 的文档,此函数也会始终插入文档。
请帮助我