join 用法 · 1、将字符串转化成列表. str1 = "hello" print(list(str1)). ['h', 'e', 'l', 'l', 'o'] · 2、将列表元素,合成一个字符. list01 = ['h', 'e', ' ...
確定! 回上一頁