<a href=
"logout.php"
style=
"color:#F09;"
>退出登陆</a>
<?php
session_start();
session_destroy();
header(
"location:index.php"
);
?>