🌈 搜索
📅  最后修改于: 2022-03-11 14:46:49.286000             🧑  作者: Mango
import codecs file = codecs.open("sample.html", "r", "utf-8") print(file.read())