![]() |
1
0
在http上下文中,会话是在页面/请求之间传递数据的一种方式,因为http是无状态的。 页面如何知道示例中的值?因为它们存储在会话变量中,可通过请求使用。 有关背景信息,请参见: https://www.w3schools.com/php/php_sessions.asp What is session and session variables? http://php.net/manual/en/reserved.variables.session.php https://en.m.wikipedia.org/wiki/Session_(computer_science)#Web_server_session_management |
|
Charlie · 为什么我的复选框和单选按钮的间距很奇怪? 9 月前 |