TP5框架 之ajax返回html模板

一、示例代码

public function html()
{
    return Response::create($this->fetch('setting'), 'html')->code(200);
}

 

posted @ 2021-05-04 13:49  样子2018  阅读(412)  评论(0编辑  收藏  举报