[0] TemplateNotFoundException in E:\phpstudy\www\wolves\thinkphp\library\think\Template.php line 1084
模板文件不存在:
}
$template = realpath($path . $template . '.' . ltrim($this->config['view_suffix'], '.'));
}
if (is_file($template)) {
// 记录模板文件的更新时间
$this->includeFile[$template] = filemtime($template);
return $template;
} else {
throw new TemplateNotFoundException('template not exists:' . $template, $template);
}
}
/**
* 按标签生成正则
* @access private
* @param string $tagName 标签名
* @return string
*/
1517566078(1).png
( 32.99 KB 下载:11 次 )
最佳答案
