📜  在 python 代码示例中打开文本文件

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

代码示例6
with open('pagehead.section.htm','r') as f:
    output = f.read()