2011-08-26 166 views

回答

2
with open('my.csv', 'w') as handle: 
    handle.write('\n'.join(list_of_strings)) 

? 我們需要關於「字符串列表」的更多信息,以瞭解您是否需要做更多的事情。

相關問題