1.普通的冒泡排序方法只能对数组进行排序 public static void bubbleSort(int[] numbers) { int temp; boolean flag = true
有如下代码:li = [13,22,6,99,11] for i in range(len(li)):