摘要: // 解析登录返回的xml信息 XElement root = XElement.Parse(loginResult); string code = root.Element("Result").Element("Code").Value; string message = root.Element("Result").Element("Message").Value; 阅读全文
posted @ 2011-12-23 15:07 深潭 阅读(153) 评论(0) 推荐(0)