gpt4 book ai didi

javascript - 将空值设置为对象

转载 作者:行者123 更新时间:2023-12-03 05:10:44 26 4
gpt4 key购买 nike

我正在开发一个外部 API,其中对象的默认值为 null。

location.recipt = null;

但是我需要将 location.recipt.printRecipt 设置为 true,我创建了一个 fiddle 并发现除非我使 location.recipt = {} 我将无法设置printRecipt,还有其他解决方案吗?

因为如果是这种情况,我需要对 API 进行 2 次调用,一次从 null 更改为空对象 {},然后再次更新数据.

fiddle :https://jsfiddle.net/bdeepakreddy/nwemtwtu/

最佳答案

location.recipt={
printRecipt : true
};

关于javascript - 将空值设置为对象,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41830575/

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