标签: php spl
public function run() { spl_autoload_register(array($this, 'loadClass')); }
为什么在这里使用$this? 应该如何使用spl_autoload_register()?
$this
spl_autoload_register()