标签: javascript ecmascript-6
我一直在浏览一些代码段,并发现如下代码
var obj1 = { *method1() { .. }, method2() { .. } };
有人帮助我了解这两个声明之间的区别吗?