getPluginDir() . $classPath; if ( file_exists( $filePath ) ) { require_once( $filePath ); } // else { // throw new \Exception( '没有找到'. $filePath .'此文件' ); // } } ); if (!function_exists('pre')) : function pre($param = null) { echo '
';
	print_r($param);
	echo '
'; } endif;