python 列表转换成字符串

python中的列表list = ['1','2','3','4']转成str型'1,2,3,4'

','.join(list)

posted on 2013-01-25 17:02  mingaixin  阅读(23784)  评论(2编辑  收藏  举报