🌈 搜索
📅  最后修改于: 2022-03-11 14:47:01.906000             🧑  作者: Mango
f = open("yourfile.txt", "r") content = f.read() words = content.split() f.close()