我的文件中有一些日期并试图操纵它们。我期待 JavaScript 支持标准日期方法,例如toISOString()
,但令我惊讶的是,我得到了一个错误Database command 'mapreduce' failed: (assertion: 'invoke failed: JS Error: TypeError: entry.start.toISOString is not a function nofile_b:0'; assertionCode: '9004'; errmsg: 'db assertion failure'; ok: '0.0').
如何找出 Map Reduce 运行时环境支持的内容?