$path = $this->rule->parseUrlPath($url);
if (empty($path)) {
return [null, null];
}
// 解析控制器
$controller = !empty($path) ? array_shift($path) : null;
if ($controller && !preg_match('/^[A-Za-z0-9][\w|\.]*$/', $controller)) {
throw new HttpException(404, 'controller not exists:' . $controller);
}
// 解析操作
$action = !empty($path) ? array_shift($path) : null;
$var = [];
// 解析额外参数
if ($path) {
preg_replace_callback('/(\w+)\|([^\|]+)/', function ($match) use (&$var) {
| SITE_TOTAL_ID | 33d89618927788e3436ff4d37bb1b401 | 
| PHPSESSID | 1d757684f3c292b166f31a4c02051594 | 
| USER | www | 
| HOME | /home/www | 
| HTTP_COOKIE | SITE_TOTAL_ID=33d89618927788e3436ff4d37bb1b401; PHPSESSID=1d757684f3c292b166f31a4c02051594 | 
| HTTP_ACCEPT_ENCODING | gzip | 
| HTTP_ACCEPT | */* | 
| HTTP_HOST | drsthj.com | 
| HTTP_USER_AGENT | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot) | 
| PATH_INFO | |
| REDIRECT_STATUS | 200 | 
| SERVER_NAME | drsthj.com | 
| SERVER_PORT | 80 | 
| SERVER_ADDR | 172.17.235.78 | 
| REMOTE_PORT | 47840 | 
| REMOTE_ADDR | 172.121.102.250 | 
| SERVER_SOFTWARE | nginx/1.22.0 | 
| GATEWAY_INTERFACE | CGI/1.1 | 
| REQUEST_SCHEME | http | 
| SERVER_PROTOCOL | HTTP/1.1 | 
| DOCUMENT_ROOT | /mnt/www/drsthj.com/public | 
| DOCUMENT_URI | /index.php | 
| REQUEST_URI | /%E4%BA%BA%E6%89%8D%E7%90%86%E5%BF%B5/19.html | 
| SCRIPT_NAME | /index.php | 
| CONTENT_LENGTH | |
| CONTENT_TYPE | |
| REQUEST_METHOD | GET | 
| QUERY_STRING | s=//%E4%BA%BA%E6%89%8D%E7%90%86%E5%BF%B5/19.html | 
| SCRIPT_FILENAME | /mnt/www/drsthj.com/public/index.php | 
| FCGI_ROLE | RESPONDER | 
| PHP_SELF | /index.php | 
| REQUEST_TIME_FLOAT | 1761782763.3619 | 
| REQUEST_TIME | 1761782763 |