0

我在主干中创建了模型:

我想知道如何使用模型中的这个时间戳?

parse : function(response){


                response.id = response._id.$oid;
                response.created = response.created.$date;
                response.timestamp = response.timestamp.$date;

}

我怎样才能知道 ressponse.timestamp?

4

0 回答 0