摘要:
1.如果转换的是Map、或者是简单的对象 阅读全文
摘要:
public class MapF { public static void main(String[] args) { Map<String, Integer> tempMap = new HashMap<String, Integer>(); tempMap.put("a","12"); tem 阅读全文
摘要:
HttpUrlconnection部分 //发送JSON字符串 如果成功则返回成功标识。 public static String doJsonPost(String urlPath, String Json) { // HttpClient 6.0被抛弃了 String result = ""; 阅读全文