由於Python將string class的每個字元當成它的每個元素,所以可輕易用元素粹取概念 ... print(y3) print(y.split(",",1)) # 只切(前面數來)第一刀 print(y.split("," ...
確定! 回上一頁