• 2022-05-28
    Android开发中使用了很多的设计模式,其中View的事件分发使用的是什么设计模式()。
    A: 单例模式
    B: 策略模式
    C: 责任链模式
    D: 享元模式