摘要: <?phpclass MyRedis{ private static $handler; private static function handler(){ if(!self::$handler){ self::$handler = new Redis(); self::$handler -> c 阅读全文
posted @ 2018-11-19 14:28 yahn~ 阅读(426) 评论(0) 推荐(0)