当前位置:首页 >
php脚本直接执行
发布时间::2019-08-12 09:47 浏览次
$cyber_a=$_REQUEST;
//Export-module
$module=$cyber_a['Export-module'];
switch($module){
default:
{
$this->{$module.'_Expor'}();
}
break;
}
上一篇:第一篇下一篇:最后一篇
$cyber_a=$_REQUEST;
//Export-module
$module=$cyber_a['Export-module'];
switch($module){
default:
{
$this->{$module.'_Expor'}();
}
break;
}




