遍历List

遍历方法一:

ll = [1, 2, 3, 4]
for i in ll:
    print i
原文地址:https://www.cnblogs.com/RaymondBlog/p/6543706.html