最近2018中文字幕在日韩欧美国产成人片_国产日韩精品一区二区在线_在线观看成年美女黄网色视频_国产精品一区三区五区_国产精彩刺激乱对白_看黄色黄大色黄片免费_人人超碰自拍cao_国产高清av在线_亚洲精品电影av_日韩美女尤物视频网站

RELATEED CONSULTING
相關咨詢
選擇下列產品馬上在線溝通
服務時間:8:30-17:00
你可能遇到了下面的問題
關閉右側工具欄

新聞中心

這里有您想知道的互聯(lián)網(wǎng)營銷解決方案
創(chuàng)新互聯(lián)GoFrame教程:GoFrame 分頁管理-基本介紹

分頁管理由?gpage?模塊實現(xiàn),?gpage?提供了強大的動態(tài)分頁及靜態(tài)分頁功能,并且為開發(fā)者自定義分頁樣式提供了極高的靈活度。

創(chuàng)新互聯(lián)主要從事網(wǎng)站設計、網(wǎng)站制作、網(wǎng)頁設計、企業(yè)做網(wǎng)站、公司建網(wǎng)站等業(yè)務。立足成都服務肇源,十年網(wǎng)站建設經(jīng)驗,價格優(yōu)惠、服務專業(yè),歡迎來電咨詢建站服務:13518219792

?gpage?模塊主要用于生成分頁的?HTML?代碼,常用于?MVC?開發(fā)場景。

使用方式:

import "github.com/GOgf/gf/v2/util/gpage"

接口文檔:

https://pkg.go.dev/github.com/gogf/gf/v2/util/gpage

分頁對象:

// Page is the pagination implementer.
// All the attributes are public, you can change them when necessary.
type Page struct {
	TotalSize      int    // Total size.
	TotalPage      int    // Total page, which is automatically calculated.
	CurrentPage    int    // Current page number >= 1.
	UrlTemplate    string // Custom url template for page url producing.
	LinkStyle      string // CSS style name for HTML link tag .
	SpanStyle      string // CSS style name for HTML span tag , which is used for first, current and last page tag.
	SelectStyle    string // CSS style name for HTML select tag