摘要: <?php$wx = new wx();if (!empty($_GET['cmd']) && $_GET['cmd'] == 'index') { //重新扫描登陆时,清空缓存 session_start(); unset($_SESSION); session_destroy(); $uuid 阅读全文
posted @ 2019-01-18 18:50 黑白配 阅读(3932) 评论(0) 推荐(0)