Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
マングース:
更新を使用したり、すべてのフィールドを手動で設定したりせずに、モデルの複数のフィールドを更新する方法は?
ありがとう (:
アンダースコアでそれを行うことができます:
var _ = require('underscore'); _.extend(doc, new_data); doc.save(next);
詳細については、 API ドキュメントを参照してください。