摘要: using System.Web.Security;string XMLDataDigest(string xml){ //xml: 需要发送的xml正文内容,如…… //密钥: 000000 string EnPswdStr = FormsAuthentic... 阅读全文
posted @ 2015-04-29 11:01 飞行在午夜 阅读(1653) 评论(0) 推荐(0)
摘要: JavaScriptSerializer jsonSerializer = new JavaScriptSerializer(); //执行序列化 string r1 = jsonSerializer.Serialize(personnel); ... 阅读全文
posted @ 2015-04-29 10:57 飞行在午夜 阅读(183) 评论(0) 推荐(0)