可能重複:
javascript object, access variable property name?具有可變屬性的Javascript對象:可能嗎?
我敢肯定,這是可以做到,但我可以利用一些幫助......
$('.red_button')
.each(function() {
var someVariable = $(this).attr('name');
myObject.someVariable = 0;
});
非常感謝我的救命恩人!
該死的天才。 :) – DevlshOne