例如: //file:config.php return array( 'ROOT_PATH' => '/', 'PARENT_PATH' => ROOT_PATH.'parent_path/' //得到的值不是/parent_path/而是 ROOT_PATHparent_path/ );