| #325 | //2025-3-21-jiehun.html 某日某黄历是否合适 |
| #326 | $pattern = '/^'.$prefix.'\/(\d+)-(\d+)-(\d+)-(\w+)$/'; |
| #327 | preg_match($pattern, $newurl, $mat); |
| #328 | if(isset($mat[4]) && $mat[4]){ |
| #329 | $_GET['action'] = 'eventno'; |
| #330 | $_GET['nian'] = $mat[1]; |
| #331 | $_GET['yue'] = $mat[2]; |
| #332 | $_GET['ri'] = $mat[3]; |
| #333 | $_GET['eventpy'] = $mat[4]; |
| #334 | return; |