模板操作部分
1、加载模板文件
Poscms\Service::V()->display('test.html');
2、传递模板变量
Poscms\Service::V()->assign('files', 'test.html');
http://www.htmltoo.com/