arrays.sort用法英文名

`arrays.sort`是Java中的一個方法,用於對數組進行排序。它的英文全稱是`Arrays.sort()`。在Python中,如果你需要排序數組,可以使用`sorted()`函式。