遍历List

遍历方法一:

ll = [1, 2, 3, 4]
for i in ll:
    print i

 

posted @ 2017-03-13 16:52  karihou  阅读(157)  评论(0)    收藏  举报