java map循环的最优写法(之前写过好多种,这个听说最好记住就行)

for (Entry<String, Object> entry : data.entrySet()) {
}

原文地址:https://www.cnblogs.com/aschs/p/8057536.html