wucf2004的博客

asp.net和ajax
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2008年8月12日

摘要: //参考别人的方法HttpCookie MyCo; string _strPageDomain="test.cn"; if (_strPageDomain != null && _strPageDomain != "") { MyCo = HttpContext.Current.Request.Cookies["siteinfo"]; if (System.Web.HttpCont... 阅读全文

posted @ 2008-08-12 15:49 wucf2004 阅读(1347) 评论(0) 推荐(0) 编辑