一、安装模版引擎
composer require topthink/think-view
二、引入命名空间
use think\facade\View;
三、控制器中加载视图模版
return View::fetch();
计算机网络/计算机科学与应用/系统/运维/开发
一、安装模版引擎
composer require topthink/think-view
二、引入命名空间
use think\facade\View;
三、控制器中加载视图模版
return View::fetch();
努力的意义,不在于一定会让你取得多大的成就,只是让你在平凡的日子里,活得比原来的那个自己更好一点。