copyOfRange(int []original,int from,int to),original为原始的int型数组,from为开始角标值,to为终止角标值。包括from,但是不包括to。 copyofRange会return一个数组。