# Python join() method example · # Variable declaration · str = ":" # string · list = ['1','2','3'] # iterable · # Calling function · str2 = str.join(list) · # ...
確定! 回上一頁