mongodb的日期字段转换可以考虑使用moment模块来处理。var moment = require('moment');topic.createtime = moment(topic.createtime).format('YYYY-MM-DD HH:mm:ss');