gpt4 book ai didi

javascript - 对逗号赋值的困惑

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

以下代码背后的逻辑是什么?

var next, output = null, thisNode;

它看起来像是某种类型的合并,例如 var foo = bar || baz;,但我对逗号不太熟悉。

最佳答案

只是一种较短的写法:

var next;
var output = null;
var thisNode;

关于javascript - 对逗号赋值的困惑,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3999569/

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