get_url($_GET['id']); // 重定向至目标网址 if($url) { header('Location: ' . $url); exit; } } ?> <?php echo get_title() . ' - ' . get_description(); ?>