资讯

I've got a little problem getting an array sorted, and I'm not sure what the best method is. Basically I've got an array with a bunch of keys like: array ...
An array of strings named "words," for example, can be sorted by calling the "Arrays.sort (words)" method, which will immediately sort the strings in the array in alphabetical order.