Python字符串的join方法

Python中join() 方法用於將序列中的元素以指定的字符鏈接生成一個新的字符串;python str.join(sequence) sequence爲要連接的序列;url 例子:spa # -*- coding: utf-8 -*- #filename test.py target = '' tmp_str = [a, b, c] print target.join(tmp_str) 輸出結
相關文章
相關標籤/搜索