陣列宣告int[] ArrayName = new int[指定大小];陣列排序Array.Sort(欲排序的陣列);陣列搜尋Array.BinarySearch(陣列名稱, 要找的元素) //
確定! 回上一頁