Base.php下
spl_autoload_register([$this, 'loader']); 这行没看懂
手册里不是说传的是spl_autoload_register()方法第一个参数是欲注册的自动装载函数吗?
为什么这里填的参数是个数组?