我很努力去理解如何調用模型實例上的destroy應該影響它所附帶的Model.List。 The documentation指出: 一個優點在於can.Model.List具有比傳統can.List是 ,當你摧毀一個模型,如果是在該列表中,它會自動 是從列表中刪除。 然而,當我運行此代碼: var Todo = can.Model.extend({
destroy: function()
On CanJS.com,it says not to return an array from a JSON service by itself。相反,它應該是這樣的: {
"data": [
{"id":1, "description":"Do the dishes."},
{"id":2, "description":"Mow the lawn."},