You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<html>
|
|
<head>
|
|
<title>跳转...</title>
|
|
<meta name="referrer" content="no-referrer">
|
|
<meta http-equiv="refresh" content="0;url=<?php echo $url; ?>">
|
|
</head>
|
|
<body>
|
|
正在跳转到 <a href="<?php echo $url; ?>"><?php echo $url; ?></a>
|
|
</body>
|
|
</html>
|