<!doctype html> <html> <head> <meta charset="UTF-8"> </head> <body> <?php session_start ();//将session销毁时调用destroy session_destroy (); ?> <script type="text/javascript"> window.location.href="index.html"; </script> </body> </html>
9.mysql数据库搭建部分
<!doctype html> <html> <head> <meta charset="UTF-8"> </head> <body> <?php session_start ();//将session销毁时调用destroy session_destroy (); ?> <script type="text/javascript"> window.location.href="index.html"; </script> </body> </html>
9.mysql数据库搭建部分
内容版权声明:除非注明,否则皆为本站原创文章。
转载注明出处:https://www.heiqu.com/fbbb4c3eea6b29f099db0a01701b0c45.html