当前位置: 代码迷 >> ASP.NET >> 参数解决办法
  详细解决方案

参数解决办法

热度:6188   发布时间:2013-02-25 00:00:00.0
参数
请问各位,基础问题:
HttpCookies oldCookie = Request.Cookies["userIP"];
....
HttpCookies newCookie = new HttpCookie("userIP");
问题是对于参数userIP在这里分别表示啥意思;加[]和()区别是啥?
谢谢!!

------解决方案--------------------------------------------------------
name: The name of the new cookie.
  相关解决方案