$_SESSION["some_value"] = 4; header("Location: another-file.php"); $_SESSION["some_value"] = 5;
什么是$_SESSION["some_value"]?
$_SESSION["some_value"]
相似问题