php快速url重写 更新版[需php 5.30以上]

2019-04-09 21:13:44王振洲

self::__msg($path);
header('location:'.$w.$path.'?'.http_build_query($_GET));
exit();
}else{
header("location:".$w);
exit();
}
}else{
header("location:".$w);
exit();
}
}
}
?>
相关文章 大家在看