Python join () 方法用于将序列中的元素(必须是str) 以指定的字符连接生成一个新的字符串。 list=['1','2','3','a','b','c'] print(''.join(list)) ...
確定! 回上一頁