摘要: 当我们对一个json数组进行反序列化用Newtonsoft.Json.JsonConvert.DeserializeObject() 通常会报此错误Newtonsoft.Json.dll 中发生,但未在用户代码中进行处理其他信息: Cannot deserialize the current JSO... 阅读全文
posted @ 2015-07-12 03:36 RJXS 阅读(1432) 评论(0) 推荐(0) 编辑
摘要: httpPost 方式发送请求 不带参数 1 /// 2 /// 没有参数的post请求 3 /// 4 public void HttpPostNoParam() 5 { 6 strin... 阅读全文
posted @ 2015-07-12 03:12 RJXS 阅读(366) 评论(0) 推荐(0) 编辑