// url 应用路由规格 'cate/:id\d' =>'Index/index', // url生成后 // http://xxxx/index.php/cate/2 //问题:如果用到分页,要求显示 <分页链接> 为 // http://xxxx/index.php/cate/2/p/4 // 怎么解决?