很多人都会不假思索的说,这还不简单,在Python2中 range() 会返回 list ,到了Python3 range 已经使用 xrange 替换,返回的是一个迭代器(Iterator) ...
確定! 回上一頁