TP5框架 之ajax返回html模板

一、示例代码

public function html()
{
    return Response::create($this->fetch('setting'), 'html')->code(200);
}
原文地址:https://www.cnblogs.com/yang-2018/p/14729351.html