import string
ss=['ds','dsd','dfd','fd']
print(string.join(ss,' '))為什么會報錯呢,求解。
python join問題
楊__羊羊
2018-07-18 09:09:19