📜  python 打开和读取文件 - Python 代码示例

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

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