think\Paginator::buildFragment PHP Method

buildFragment() protected method

构造锚点字符串
protected buildFragment ( ) : string
return string
    protected function buildFragment()
    {
        return $this->options['fragment'] ? '#' . $this->options['fragment'] : '';
    }