1、示例代碼html
public function html() { return Response::create($this->fetch('setting'), 'html')->code(200); }