funcmergeSort(arrayTestint[],iint,lengthint){..........}运行时为什么会报panic:runtimeerror:indexoutofrange?该如何写第一句我把第一句改成vararrayTest[100]int后mergeSort(arrayTestint[],iint,lengthint)必须改为mergeSort(arrayTestint[100],iint,lengthint)才行,但是这样又排不了序请教大神!!!