XML 操作(判断用户登录)
摘要:
private string usernames = ""; private string passwords = ""; private XmlDocument XmlDoc; protected void Page_Load(object sender, EventArgs e) { usernames = Request.QueryString["username"]; passwords = Request.QueryString["pwd"]; if (!IsPostBack) { loadXml(); 阅读全文
posted @ 2011-08-26 15:51 小桐 阅读(442) 评论(0) 推荐(0) 编辑