🌈 搜索
📅  最后修改于: 2022-03-11 15:04:07.039000             🧑  作者: Mango
ES6 defines ComputedPropertyName var thetop = "top", obj = { [thetop]: 10 }; console.log(obj.top); // -> 10