2012年8月21日
摘要: 首先看下XML文件的结构:<?xml version="1.0" encoding="utf-8" ?><List> <Item id="81" country="Japan"></Item> <Item id="852" country="香港特别行政区"></Item> <Item id="886" country="台灣"></Item> 阅读全文
posted @ 2012-08-21 14:36 LitDev 阅读(278) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 验证用户是否已经登录 /// </summary> public void IsLogin() { if (!SessionIsExistence("userid")) //判断Session是否存在 { System.Web.HttpContext.Current.Response.Write("<script>parent.location.href='" + System.Web.HttpContext.Curre... 阅读全文
posted @ 2012-08-21 14:17 LitDev 阅读(594) 评论(0) 推荐(0) 编辑