阅读背景:

mongodb中批量将时间戳转变通用日期格式

来源:互联网 

1,官网供给的mongodb遍历脚本:

官方文档地址:https://docs.mongodb.org/manual/tutorial/remove-documents/
>var arr = ["ab","cd","ef"]
>var show = function(value,index,ar){ print(value) }
>arr.forEach(show)
ab
cd
ef
官方文档地址:https://docs.mongodb.




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: