void replaceMax(int arr[],int value)为什么这里括号里面int arr[],是有中括号的,而 replaceMax(arr1 , arr2[0] );这里就没中括号了
好的 谢谢
你去本节精华答案里看下,有回答。