摘要: fastJson对于json格式字符串的解析主要用到了一下三个类: JSON:fastJson的解析器,用于JSON格式字符串与JSON对象及javaBean之间的转换。 JSONObject:fastJson提供的json对象。 JSONArray:fastJson提供json数组对象。 我们可以 阅读全文
posted @ 2018-11-21 11:04 小周lucky 阅读(343) 评论(0) 推荐(0)
摘要: 1、Pom文件添加httpClient 依赖 2、 HttpGet 3、HttpPost请求 4、HttpPost 请求Json数据(该接口不通) 5、Http添加Header 阅读全文
posted @ 2018-11-21 10:20 小周lucky 阅读(3900) 评论(0) 推荐(0)