一、示例代码
public function html() { return Response::create($this->fetch(‘setting‘), ‘html‘)->code(200); }
TP5框架 之ajax返回html模板
原文:https://www.cnblogs.com/yang-2018/p/14729351.html