int i = 0, count = salesVolume.length; i < count 这句话为什么不能直接写成int i=0;i<=salesVolume.length;i<count
重新学习数组,看看索引是从哪个数开始的,最大的索引是哪个数