我正在使用 jeromegn localstorage 插件https://github.com/jeromegn/backbone.localStorage。
model.set(data);
model.save();
console.log(model) // I am getting the json
console.log(JSON.stringify(localStorage['Session'])); // I am getting the model's Id
我正在尝试保存一个模型,但似乎只保存了我的模型的 ID ?