遍历map集合for (Map.Entry<String, Object> entry : processVariables.entrySet()) { System.out.println(entry.getKey() + "--->" + entry.getValue());}
遍历map集合
原文:https://www.cnblogs.com/ggqzz/p/8421747.html