如何在Python中反轉列表?如何在Python中完成以下操作?array = [0, 10, 20, 40]for (i = array.length() - 1; i >= 0; i--)我需要數(shù)組的元素,但從結束到開始。 查看完整描述