分頁總頁數計算公式

//total : 總數 //pageSize : 每頁顯示數 //totalPage : 共頁數 var totalPage = (total + pageSize - 1)/pageSize;
相關文章
相關標籤/搜索