09 2021 档案

摘要:class Single { private static $_instance; private function __construct() { echo "初始化一次<br/>"; } private function __clone() { // TODO: Implement __clon 阅读全文
posted @ 2021-09-02 10:30 廖亚平 阅读(23) 评论(0) 推荐(0)