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.
我需要在客户端破坏骨干关系模型,而不执行任何 http 请求。在“销毁”一词下,我的意思是从所有集合中删除模型,从其他模型中删除所有与当前模型的关系,最后,删除有关当前模型的所有数据。
如何做到这一点?
我不确定这是否是正确的做法,但我一直在使用;
Backbone.Relational.store.unregister(model);