From ea2b43abee34fa78ff3c0fb9a6e898389ac65b60 Mon Sep 17 00:00:00 2001 From: zyimm Date: Tue, 5 Sep 2023 17:04:38 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=BA=E8=AE=BE=E8=AE=A1=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F-=E5=B7=A5=E5=8E=82=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _posts/编程/设计模式/行为模式/factory-method.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_posts/编程/设计模式/行为模式/factory-method.md b/_posts/编程/设计模式/行为模式/factory-method.md index 1a8e443..96b3e42 100644 --- a/_posts/编程/设计模式/行为模式/factory-method.md +++ b/_posts/编程/设计模式/行为模式/factory-method.md @@ -18,6 +18,7 @@ tags: 设计模式 3. cache工厂类创建调用 # 实现 +>>这边实现使用PHP代码作为演示,其他oop语言逻辑类似。 1. 😼定义cache工厂类(父类)和依赖类