51CTO博客已为您找到关于lua table 正序倒序的相关内容,包含IT学习相关文档代码 ... ll= [1,2,3,4,5]print ll[::-1] ll.reverse() for l in reversed(ll):print l 倒序 ...
確定! 回上一頁