为什么我的 mongodb-stitch 服务返回值的类型($numberLong,$numberInt,...),而 Compass 应用程序不这样做?
如何拥有与 Compas 中相同的变量格式,或者如何使用 Stitch 处理这个?
为什么我的 mongodb-stitch 服务返回值的类型($numberLong,$numberInt,...),而 Compass 应用程序不这样做?
如何拥有与 Compas 中相同的变量格式,或者如何使用 Stitch 处理这个?
MongoDB Stitch 函数可以访问通过各种全局变量提供的实用程序包。
其中一些如下:https://docs.mongodb.com/stitch/functions/utilities/
JSON
EJSON
BSON
当您执行您的函数时,将使用 EJSON 打印响应。这就是为什么您在结果选项卡中看到您的回复,在您的回复底部,如下所示:
结果(JavaScript): EJSON.parse('[{"_id":{"$oid":"5bf9302f72a975ed8229fdf4"}, "rating": {"$numberDouble": "5"}, {...