如果需要修改列表,请使用 alist.reverse() ;如果您需要按相反顺序使用列表的副本,请使用 alist[::-1] 。 — jfs. 90. 在这个答案中,list(enumerate(a))确实创建了 ...
確定! 回上一頁