$view
$view : \Think\view
视图实例对象
ThinkPHP 控制器基类 抽象类
display(string $templateFile = '', string $charset = '', string $contentType = '', string $content = '', string $prefix = '') : void
模板显示 调用内置的模板引擎显示方法,
string | $templateFile | 指定要调用的模板文件 默认为空 由系统自动定位模板文件 |
string | $charset | 输出编码 |
string | $contentType | 输出类型 |
string | $content | 输出内容 |
string | $prefix | 模板缓存前缀 |