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.
我正在尝试对不为空的对象字段上的对象执行更新。我知道我可以简单地要求对象在它到达我的更新函数之前完全填充,但我宁愿我的函数的使用者只传递已更改的值(并将所有其他值保持为空)。所以问题是我如何告诉 mongodb 只为我的对象的非空字段做类似于 Update.Set() 的事情?谢谢您的帮助!