09 2021 档案

摘要:拦截器模式,是用巧妙的递归实现拦截功能的。 类图结构如: 代码实现: 接口:interceptor: import java.util.List;public interface Interceptor { public List<String> interceptor(TargetIntercep 阅读全文
posted @ 2021-09-02 07:46 金拽根 阅读(313) 评论(0) 推荐(0)