遍历map集合for (Map.Entry<String, Object> entry : processVariables.entrySet()) { System.out.println(entry.getKey() + "--->" + entry.getValue());}