resListMap.get(i).get("任务效率")==null && !resListMap.get(i).get("任务效率").equals("")含义
时间: 2024-06-03 17:08:23 浏览: 57
This code checks if the value of the key "任务效率" in the map at index i of the resListMap list is null. If it is null, the condition will be true and the code inside the if statement will be executed.
阅读全文