摘要:
当通过mongo shell来插入日期类型数据时,使用new Date()和使用Date()是不一样的:> db.tianyc04.insert({mark:1, mark_time:new Date()})> db.tianyc04.insert({mark:2, mark_time:Date()... 阅读全文
posted @ 2014-07-12 12:22
Martin2
阅读(223)
评论(0)
推荐(0)