-1
流星的「todos」示例。有2/3行代碼我不明白。在todos.js文件中:在todos示例中
Template.todo_item.tag_objs = function() {
var todo_id = this._id;
return _.map(this.tags || [], function (tag) {
return {todo_id: todo_id, tag: tag};
});
};
你能幫我嗎?
不錯! :) 謝謝 – Ricklemer