課程
/前端開發
/Node.js
/node+mongodb 建站攻略(一期)
一直卡在這一步,求救!?。?/p>
2015-01-21
源自:node+mongodb 建站攻略(一期)
正在回答
自己解決了
MovieSchema.pre('save',function(next){ if?(this.isNew)?{ this.meta.createAt?=?this.meta.updateAt?=?Date.now(); }else{ this.meta.updateAt?=?Date.now(); } next(); });
開始function忘記加next
舉報
帶你完整實現一個從前端到后端的項目,初中級前端開發工程師必學課程
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2015-01-21
自己解決了
開始function忘記加next