tiwen
老师,我觉的有点问题,三相插板而不是插头,所以将插板作为电脑的属性是不是有点不妥啊? 可不可以改为将适配器作为电脑的属性啊? public class ThreeElectricAdapter implements ThreeElectricOutlet{ TwoElectricOutlet two;public ThreeElectricAdapter(TwoElectricOutlet two) { this.two = two; }public void connectElectricCurrect() {two.connectElectricCurrect();}}