一:'URL_MODEL' => 2, //URL模式 配置文件改成2 二.修改.htaccess文件内容为: RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L]