是不是只要把 for (int i = scores.length - 1; i >=0; i-- )改成for (int i =0; i<=scores.length; i++)
改成for (int i =0; i<scores.length; i++)
你试试不就知道了吗,小伙子