📜  如何在python代码示例中打开html文件

📅  最后修改于: 2022-03-11 14:45:40.012000             🧑  作者: Mango

代码示例1
file = codecs.open("sample.html", "r", "utf-8")