标签: javascript object variable-declaration
要声明其中一个键是可变的对象,您可以执行以下操作:
var obj={}; obj[variable]="foo";
它们是一种更简洁的语法吗?