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.
有什么方法可以在 javascript 中解析对象以在 Backbone.js 中建模这是我的对象
你可以做
model = new YourModel(your_object)
new Backbone.Model({familyLogin: 'userLogin1', login: 'eg'});