📜  将汤另存为 html 代码示例

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

代码示例1
with open("output1.html", "w") as file:
    file.write(str(soup))