同问
开发者问题收集
ES6 JS 类下划线设置和获取方法返回“超出最大调用堆栈大小”
我试图理解 JS ES6 类,我的问题是当我引用“this.”变量时,出现“超出最大调用堆栈大小”的错误。让我们看这个例子:class Human {constructor(age) {this.age = age;// "this._age = age;" output:// Property age of instance without underscore: 34// Property a
javascript
class
ecmascript-6
underscore.js
2017-09-27
«
1
»