程式印象
用程式化思考讓你變超人。
2010年12月31日 星期五
list轉為string
程式碼
testList=['aa','bb']
s=''
s=''.join(testList)
print s
輸出
'aabb'
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言