qq_9987
2018-04-09 16:17
Fatal error: spl_autoload(): Class Test could not be loaded in /home/cabox/workspace/php/spl/Autoload01.php on line 10
怎么办呀?
<?php spl_autoload_extensions('.class.php'); set_include_path(get_include_path().PATH_SEPARATOR."libs/"); spl_autoload_register(); new Test();
Autoload01.php 看看这个文件,根据提示走
站在巨人的肩膀上写代码—SPL
22765 学习 · 108 问题
相似问题