From cff0ce32b29a61de409e365b17a6a8216e680605 Mon Sep 17 00:00:00 2001 From: torch <178428409@qq.com> Date: Tue, 22 Nov 2022 20:57:29 +0800 Subject: [PATCH] test --- app/file_open.py | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/app/file_open.py b/app/file_open.py index b726ed5..1a2345a 100644 --- a/app/file_open.py +++ b/app/file_open.py @@ -38,10 +38,11 @@ class FileOpen: if __name__ == "__main__": - wf = FileOpen.write_able(r"D:\Workspace\gitcode\EnglishPal\app\static\test.txt") - wf.write("asdasdasd") - wf.close() - - rf = FileOpen.read_only(r"D:\Workspace\gitcode\EnglishPal\app\static\test.txt") - for line in rf.readlines(): - print(line) \ No newline at end of file + pass + # wf = FileOpen.write_able(r"D:\Workspace\gitcode\EnglishPal\app\static\test.txt") + # wf.write("asdasdasd") + # wf.close() + # + # rf = FileOpen.read_only(r"D:\Workspace\gitcode\EnglishPal\app\static\test.txt") + # for line in rf.readlines(): + # print(line) \ No newline at end of file