Adapter Pattern 适配器模式 可以将两具不兼容的接口连接起来,这种模式涉及到一个单一的类,该类负责加入独立的或不兼容的接口功能。 例如 JDBC ref: https://www.runoob.com/design-pattern/adapter-pattern.html