gpt4 book ai didi

javascript - 意外的输出值即将到来

转载 作者:行者123 更新时间:2023-11-30 09:12:36 25 4
gpt4 key购买 nike

<分区>

我正在使用谷歌应用脚​​本来实现一个函数,我需要在一个长整数数组上运行 ForEach 循环,但它会自动舍入。

function test(){
const arr = [1269771000012086445,1269771000011309247];
arr.forEach(function(a){
Logger.log(JSON.stringify(a));
})
}

如果我们运行下面的代码,它会给出这个输出:-

1269771000012086500
1269771000011309300

我尝试了一些内置的数学函数,但没有预期的输出,还有什么我错过的吗?

示例表的 URL - : https://docs.google.com/spreadsheets/d/1q9OPCC1nHV-8ROCzmF8ALMAhFp1ml4BvZLqDLfSxLYY/edit?usp=sharing

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