CI框架Unable to locate the specified class 发现加载任何类都会报这个错误。 错误原因:控制器名称与类名同名导致的。 建议:类名都加个后缀lib,如Test_lib.php 之前有过又忘了这个问题。