将list中各个元素逐行输出

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