static void Main(string[] args) { // 现在客户端可以通过电适配要使用2个孔的插头了 ThreeHole threehole = new PowerAdapter(); threehole.Request(); Console.ReadLine(); }