將list中各個元素逐行輸出

with open ('corpus.csv', 'w') as fo: for d in corpus: fo.write(str(d) + '\n')
相關文章
相關標籤/搜索