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