设计模式之外观模式(C# / JavaScript / PHP / Java / Python / C++ 演示代码)
GoF定义:为子系统中的一组接口提供一个一致的界面,Facade模式定义了一个高层接口,这个接口使得这一子系统更加容易使用。这个模式比较简单。1、C#演示代码:usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingSystem.Threading.Tasks;namespaceAppea