">
输入banner图图片脚本导航/分类

php注销session信息

  1. session_start();
  2. session_destroy();
  3. header("location:index.php");
  4. ?>