一个对象的属性也是一个对象,怎么进行解耦?
class Wheel{ constructor(num) { this.num = num; } num:0, roll(){ console.log('wheel is rolling!'); } } class Car{ constructor(engine, wheel)…
- 共 1 页
- 1
class Wheel{ constructor(num) { this.num = num; } num:0, roll(){ console.log('wheel is rolling!'); } } class Car{ constructor(engine, wheel)…
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。