思维不要固化,map键对(arr[i],i),key和value何尝不能互换。 containsKey(key)看是否包含某个key值 map的get是get value值而不是key import java.util.*; public class Solution { /** * * @param arr int整型一维数组 the array * @return int整型 */ public int maxLength (int[] arr) { // write code here if(...