| #126 | $_GET['page'] = $matches[2]; |
| #127 | } |
| #128 | return; |
| #129 | } |
| #130 | }elseif(!$has_url_suffix && substr($uri,0,12) == 'guoyucidian/') { //国语辞典模型相关URL |
| #131 | //字数检索 |
| #132 | $pattern = '/guoyucidian\/zishu\/(\d+)(?:\/page_(\d+))?\/$/'; |
| #133 | preg_match($pattern, $uri, $matches); |
| #134 | if(isset($matches[1])){ |
| #135 | $_GET['control'] = 'guoxue'; |