如何在Python中反转列表?如何在Python中完成以下操作?array = [0, 10, 20, 40]for (i = array.length() - 1; i >= 0; i--)我需要数组的元素,但从结束到开始。 查看完整描述