gpt4 book ai didi

javascript - 通过名称从同一个 `module.exports` 对象调用一个函数

转载 作者:搜寻专家 更新时间:2023-11-01 00:17:50 30 4
gpt4 key购买 nike

<分区>

我需要在 module.export 对象中调用一个函数,只知道它的 string 名称

module.exports = {

a : function() { console.log('a'); },

b : function() { console.log('b'); },

c : function() {
var fn; // string contain the name of the function to call ('a' or 'b' for example)

// How do I call `fn` programatically from here?
// something like `self[fn]()`
}

};

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