🌈 搜索
📅  最后修改于: 2022-03-11 14:46:53.891000             🧑  作者: Mango
f = open(os.path.join(sys.path[0], "test.html"), "r") print(f.read()) f.close()