|  | 
 
| 我在config.php中 设置了 $config['url_suffix'] = ".html"; 同时用 .htaccess 隐藏了 index.php
 但是 在使用 分页类的时候 url 没有变成 normalCI/Welcome/index/180.html 还是 normalCI/Welcome/index/180
 不知道怎么设置 才能像 <?=anchor("Welcome/Test","test")?> 这样
 url 变成 Welcome/Test.html  这样的?
 需要 重写 分页类嘛?
 | 
 |