for

>>> import os
>>> for a in ('c','b'):
...     os.path.join('m',a)
...
'm/c'
'm/b'

posted on 2013-06-26 10:43  语辰  阅读(132)  评论(0编辑  收藏  举报