标签: javascript ecmascript-6
鉴于以下ES6课程:
class MyClass { static static1() {} static get static2() {} get nonstatic() {} }
...有没有办法只遍历静态方法/属性(包括getter)?