$cwd = getcwd(); chdir( DIR_SYSTEM.'PHPExcel' ); require_once( 'Classes/PHPExcel.php' ); chdir( $cwd );
php 获取当前目录
最新推荐文章于 2024-04-08 13:25:34 发布
$cwd = getcwd(); chdir( DIR_SYSTEM.'PHPExcel' ); require_once( 'Classes/PHPExcel.php' ); chdir( $cwd );

被折叠的 条评论
为什么被折叠?
