gpt4 book ai didi

具有可变属性的Javascript对象: Is it possible?

转载 作者:行者123 更新时间:2023-11-28 16:16:34 26 4
gpt4 key购买 nike

Possible Duplicate:
javascript object, access variable property name?

我确信这是可以完成的,但我需要一些帮助......

$('.red_button')
.each(function() {
var someVariable = $(this).attr('name');
myObject.someVariable = 0;
});

非常感谢我的救命恩人!

最佳答案

是的,您可以使用括号:

myObject[ someVariable ] = 0;

关于具有可变属性的Javascript对象: Is it possible?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11297293/

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