//传值 HttpCookie cookie = new HttpCookie("mycookie"); cookie.Value = "cookie值"; Response.AppendCookie(cookie); Response.Redirect("index.aspx"); //接收 Request.Cookies["mycookie"].Value.ToString();
by: 发表于:2017-10-31 11:01:09 顶(0) | 踩(0) 回复
??
by: 发表于:2017-10-31 11:01:09 顶(0) | 踩(0) 回复
??
回复评论