获取您自己的
Python
服务器
×
改变方向
改变主题,深色/浅色
前往 Spaces
f = open("demofile.txt", "r") print(f.readlines())
['您好!欢迎使用 demofile.txt\n', '此文件用于测试目的。\n', '祝你好运!']