摘要:
//单例 class Uni{ //创建静态私有的变量保存该类对象 static private $instance; //参数 private $config; //防止直接创建对象 private function __construct($config){ $this -> config = 阅读全文
posted @ 2019-05-31 23:50
这个名字怎么用不了
阅读(169)
评论(0)
推荐(0)
浙公网安备 33010602011771号