//匹配出控制器(微猎手)
$url = http://pig.aiketu.com/index.php?g=User&m=Index&a=index;
preg_match(‘/m=[0-9a-zA-Z]{0,}/‘, $url,$action);
时间: 2024-10-12 03:35:47
//匹配出控制器(微猎手)
$url = http://pig.aiketu.com/index.php?g=User&m=Index&a=index;
preg_match(‘/m=[0-9a-zA-Z]{0,}/‘, $url,$action);