gpt4 book ai didi

node.js - 在 mongo 脚本中打印对象

转载 作者:IT老高 更新时间:2023-10-28 13:05:23 25 4
gpt4 key购买 nike

如何打印以控制台 Mongo 脚本中的对象?

我试过了:

> print({})
[object Object]

它只是显示[object Object]console.dir() 的替代方案是什么?

最佳答案

您可以为此使用 printjson:

> printjson({})
{ }

> printjson({a: 'foo', b: 'bar'})
{ "a" : "foo", "b" : "bar" }

关于node.js - 在 mongo 脚本中打印对象,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18875962/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com