gpt4 book ai didi

javascript - JSON 对象未完全转换为字符串?

转载 作者:行者123 更新时间:2023-12-03 08:23:02 24 4
gpt4 key购买 nike

我面临一个问题,即 JSON.stringify 未对 JSON 对象中的所有键进行字符串化。

即。 window.performance.getEntries()[0] 包含大约 17 个键。但转换为字符串后,结果仅包含 4 个键。

如何转换 window.performance.getEntries()[0] 中的所有键?

我想要window.performance.getEntries()的完整字符串输出,它是一个数组,我使用了JSON.stringify(window.performance.getEntries()) .

提前致谢..

最佳答案

window.performance 似乎有自己的 toJSON 函数,因此可以确定将字符串化的内容。以下是类似问题的答案和解决方法:https://stackoverflow.com/a/20511811/3400898

"If the stringify method sees an object that contains a toJSON method, it calls that method, and stringifies the value returned. This allows an object to determine its own JSON representation."

关于javascript - JSON 对象未完全转换为字符串?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33672647/

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