当我将其名称命名为字符串时,如何执行JavaScript函数?
要在名称为字符串的情况下执行JavaScript函数,可以按名称访问类方法
示例
<html>
<body>
<script>
class Demo {
methodOne(){
document.write("50");
}
methodTwo(){
this['methodOne']();
document.write("<br> 100");
}
}
let num = new Demo();
num['methodTwo']();
</script>
</body>
</html>热门推荐
10 小学毕业父母简短祝福语
11 幼儿生日祝福语模板简短
12 新娘妈妈的祝福语简短
13 邻居聚会祝福语大全简短
14 十条祝福语简短
15 给同学祝福语的简短
16 过年祝福语简短祝妈妈
17 祝女儿简短祝福语大全
18 恩师诗词祝福语简短大全