From 1a08936b7d83e61bf8bc9da0b409c78e64b6e7fe Mon Sep 17 00:00:00 2001 From: chaos <381810956@qq.com> Date: Wed, 3 Mar 2021 21:48:44 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=96=B0=E5=BB=BA=20=E7=AC=AC=E5=8D=81?= =?UTF-8?q?=E5=91=A8=5F=E7=AC=AC=E4=B8=80=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../.keep" | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 "\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/2\347\217\255/2\347\217\255_chaos/\347\254\254\345\215\201\345\221\250_\347\254\254\344\270\200\350\212\202/.keep" diff --git "a/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/2\347\217\255/2\347\217\255_chaos/\347\254\254\345\215\201\345\221\250_\347\254\254\344\270\200\350\212\202/.keep" "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/2\347\217\255/2\347\217\255_chaos/\347\254\254\345\215\201\345\221\250_\347\254\254\344\270\200\350\212\202/.keep" new file mode 100644 index 00000000..e69de29b -- Gitee From 0764e59b53607cd9e1bc012eca5e5292fd160062 Mon Sep 17 00:00:00 2001 From: chaos <381810956@qq.com> Date: Wed, 3 Mar 2021 21:49:21 +0800 Subject: [PATCH 2/2] python module and package --- .../test.py" | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 "\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/2\347\217\255/2\347\217\255_chaos/\347\254\254\345\215\201\345\221\250_\347\254\254\344\270\200\350\212\202/test.py" diff --git "a/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/2\347\217\255/2\347\217\255_chaos/\347\254\254\345\215\201\345\221\250_\347\254\254\344\270\200\350\212\202/test.py" "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/2\347\217\255/2\347\217\255_chaos/\347\254\254\345\215\201\345\221\250_\347\254\254\344\270\200\350\212\202/test.py" new file mode 100644 index 00000000..ad3a8a47 --- /dev/null +++ "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/2\347\217\255/2\347\217\255_chaos/\347\254\254\345\215\201\345\221\250_\347\254\254\344\270\200\350\212\202/test.py" @@ -0,0 +1,9 @@ +import sys +from W9_L3 import main +import os + +print(f'current dir is : {os.getcwd()}') +path = os.path.dirname(os.path.abspath(__file__)) +print(f'path is : {path}') +print(f'sys path is : {sys.path}') +print(main.downloader("iphone").status_code) \ No newline at end of file -- Gitee