近期活动

没有活动要显示

$storage = new \SplObjectStorage(); $a = new class {private $a='a';}; $storage->attach($a); $s...

6年前 评论 观察者模式(Observer)