gpt4 book ai didi

JavaScript 控制台函数提供不同的输出

转载 作者:行者123 更新时间:2023-11-30 16:37:19 25 4
gpt4 key购买 nike

当我尝试使用 console.log() 函数输出一些东西时,它会给我正确的输出,但是突然当我提供 033 作为函数的输入时,它给我的输出是 027。有人能解释一下为什么会这样吗在java脚本中。

最佳答案

033 被识别为八进制数:

01 = 1
010 = 8
033 = 27

Octal system on Wikipedia

关于JavaScript 控制台函数提供不同的输出,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32524389/

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