python 学习代码记录

读取文本内容,输出列表 文本内容为 text,text,mic-text,mic-text,mic-textpython with open("type.txt") as f1: type_ = f1.readlines() print(type_) type1 = ''.join(type_) type2 = type1.split(',') print(type1) print(ty
相关文章
相关标签/搜索