gpt4 book ai didi

Javascript:更改函数内条件内变量的值

转载 作者:行者123 更新时间:2023-11-28 21:17:25 25 4
gpt4 key购买 nike

我正在尝试重用一个复杂的函数,如果我可以更改该函数内条件中的局部变量的值,它将完美地工作。

归结起来:

var func = complicated_function() {
// lots of code
if (something) {
var localvar = 35;
}
// lots of code
}

我需要 localvar 为其他数字。

有没有办法将 localvar 分配给其他东西,而不实际修改函数本身的任何内容?

更新:答案是肯定的!请参阅下面我的回复。

最佳答案

Is there any way to assign localvar to something else, without actually modify anything in the function itself?

不。

关于Javascript:更改函数内条件内变量的值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7257662/

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