if($_SESSION['adminId'] == "" && $_COOKIE['adminId'] == ""){
alertMse("没有登陆,请登陆",'login.php');
}
这段代码老是提示警告,因为没有判断id是否存在
alertMse("没有登陆,请登陆",'login.php');
}
这段代码老是提示警告,因为没有判断id是否存在
2015-08-13