PHP 文件引入方法: include filePath
require filePath;
thinkphp框架 :use 文件命名空 间
所需引入的文件未定义命名空间时:可使用think\Loader类 Loader::autoload('./fileName') 或者 Loader::import('./fileName')(*因版本不同,方法有所变动)
博客列表 >文件引入
PHP 文件引入方法: include filePath
require filePath;
thinkphp框架 :use 文件命名空 间
所需引入的文件未定义命名空间时:可使用think\Loader类 Loader::autoload('./fileName') 或者 Loader::import('./fileName')(*因版本不同,方法有所变动)