str.join(iterable). where: str is a string representing the separator between the words to be joined. iterable could be any iterable (lists, tuples, string…) ...
確定! 回上一頁