if(isset($_GET['u']) && !empty($_GET['u'])){
$url = base64_decode($_GET['u']);
$browser = Browser::detect();
if($browser == 'webkit'){
echo '
<html>
<head>
<title>Redirecting...</title>
<meta http-equiv="refresh" content="15.5; URL='.$url.'">
</head>
</html>';
exit(0);
**你好
在html标记**
之间编写php代码时出错答案 0 :(得分:0)
for