摘要:
using System.Web.Script.Serialization; public class JsonHelper { public static string ObjectToJsonString(T t) { JavaScriptSerializer js = new JavaScriptSerializer(); //序列化方法:... 阅读全文
摘要:
先看客户端Http请求之HttpWebRequest data是待传入的Http实体主体的内容,例如在进行微信支付统一下单时需要传递给微信端的Xml字符串,不传可以写空字符串"";url是所请求的Http地址,例如https://api.weixin.qq.com/cgi-bin/token?gra 阅读全文