我在骨干中创建了模型:
我想知道如何使用视图中的模型中的时间戳?
parse : function(response){
response.id = response._id.$oid;
response.created = response.created.$date;
response.timestamp = response.timestamp.$date;
}
如何让视图知道ressponse.timestamp?