s.join(iter) 函數(shù)在python的作用
提問(wèn)人:楊紫紅發(fā)布時(shí)間:2020-11-23
s.join(iter) :使用s作為連接符連接序列iter中所有元素
如:list2=["h","e","l","l","o"," .","c","o","m"]
“”.join(list2)
如:list2=["h","e","l","l","o"," .","c","o","m"]
“”.join(list2)
繼續(xù)查找其他問(wèn)題的答案?
相關(guān)視頻回答
點(diǎn)擊加載更多評(píng)論>>