标签: javascript
所以我为此感到挣扎:
class MyClass { // ... [Symbol.iterator]() {} // method with computed name (symbol here) }
具有计算名称的方法是什么意思?