TP5框架 之ajax返回html模板

1、示例代码html

public function html()
{
    return Response::create($this->fetch('setting'), 'html')->code(200);
}
相关文章
相关标签/搜索