🌈 搜索
📅  最后修改于: 2022-03-11 14:46:49.490000             🧑  作者: Mango
file = open("sample.txt","r+") file.truncate(0) file.close()