摘要: interface MConfig { public function getConfig(); } class MysqlConfig implements MConfig { public function getConfig() { // 获取配置 return ['host', 'name' 阅读全文
posted @ 2020-08-11 22:34 GPHPER 阅读(129) 评论(0) 推荐(0) 编辑
TOP