Python字符串join()方法
Python string join() method creates a string from an iterable. It joins all the iterable elements with the string as delimiter and returns it. Python字符串join()方法从可迭代对象创建一个字符串。 它将所有可迭代的元素与字符串作为分隔符相连并返回它...