在global.func.php中找到分页函数 function pages($num, $curr_page, $perpage = 20, $urlrule = ‘', $array = array(),$setpages = 10) {…….} 复制一下改个名例如叫 function test_pages($num, $curr_page, $perpage = 20, $urlrule = ‘', $array = array(),$setpages = 10) {…….} 1 2 3 4 5 6 7