Update from Sync Service

This commit is contained in:
FNS Service
2026-07-31 15:28:08 +08:00
commit b8a78631a4
569 changed files with 193313 additions and 0 deletions
@@ -0,0 +1,3 @@
1. os.getcwd()获取的是目前python程序运行的目录;
2. 想获取某个文件的完整目录可以使用__file__变量,但是这个变量仅在文件内有效;