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.
我有一个带有复选框的树列表。此树列表包含许多相同类型的项目,分布在多个层中。
现在,如果用户取消选中一项,则相同类型的所有项目也应取消选中。你能给我建议如何实施吗?观察者模式会是一个可能的解决方案吗?这在这里如何使用?