本文共 197 字,大约阅读时间需要 1 分钟。
// Singleton.php
// 测试代码 age = 22;$s2 = Singleton::getInstance();echo $s2->age;
转载地址:http://cjuzz.baihongyu.com/