with open('./abc.txt', 'r') as f:

    for line in f:           

        print(line)

 

posted on 2021-09-23 16:39  ximenchuixie  阅读(25)  评论(0编辑  收藏  举报