例如:将数组元素按从小到大的顺序排序。 这里应该注意的是,.pop的使用方法。 print(fruits)为删除最后一个元素后结果展示而print(x)的结果,为需要删除的数据。(.pop(idex=-1)默认为最后一个)