gpt4 book ai didi

javascript - 将函数分成几行

转载 作者:行者123 更新时间:2023-12-02 17:23:46 25 4
gpt4 key购买 nike

好的。我需要记录一些用 JS 编写的产品,但我对这种语言有点笨拙。文档中有代码块,我需要打破一些行(它们在 PDF 中有巨大的尾部)。在 Python 中我可以执行以下操作:

foo(bar1,
bar2)

我可以在 JavaScript 中执行此操作吗?关于在 JS 中打破长行的一般建议是什么?

最佳答案

是的,您可以像您所写的那样使用带逗号的换行符。这是 Google JavaScript Style Guide 中的示例.

// Parenthesis-aligned, one argument per line.  Emphasizes each
// individual argument.
function bar(veryDescriptiveArgumentNumberOne,
veryDescriptiveArgumentTwo,
tableModelEventHandlerProxy,
artichokeDescriptorAdapterIterator) {
// ...
}

关于javascript - 将函数分成几行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23679662/

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