那么如何制作这样的逻辑呢
int[] arr = {2, 5, 3}; if (/* arr is sorted */) .... else ...
它的方法Array.sort是无效的
java arrays sorting
arrays ×1
java ×1
sorting ×1