if((max<nums[i])&&(min>nums[i])){ max=nums[i]; min=nums[i]; };
当(max<nums[i])&&(min>nums[i])返回false的时候就不会执行大括号内的代码