抽象工厂模式
摘要:
抽象工厂模式 <?php interface PayInterface { public function pay(); } class AliPay implements PayInterface { public function pay() { return "支付宝支付"; } } clas 阅读全文
posted @ 2021-08-21 12:27 头大的冯冯 阅读(9) 评论(0) 推荐(0) 编辑
posted @ 2021-08-21 12:27 头大的冯冯 阅读(9) 评论(0) 推荐(0) 编辑