我的代碼向我顯示此錯誤“意外的標記。預期是構造函數、方法、訪問器或屬性。ts(1068)class animal {constructor(especie,edad,color){ this.especie = especie; this.edad = edad; this.color = color; this.info = `Soy un ${this.especie}, tengo ${this.edad} y soy de color ${this.color}`;}this.verInfo = ()=>{ document.write(this.verInfo);}}錯誤顯示在這個.verInfo中
問:錯誤:意外的令牌。預期是構造函數、方法、訪問器或屬性。ts(1068)
慕碼人8056858
2023-06-15 16:16:51