File size: 122 Bytes
ed1622f | 1 2 3 4 5 6 7 | import sys
import os
# 将folder1的路径添加到sys.path
sys.path.append(os.path.abspath(os.path.dirname(__file__)))
|
ed1622f | 1 2 3 4 5 6 7 | import sys
import os
# 将folder1的路径添加到sys.path
sys.path.append(os.path.abspath(os.path.dirname(__file__)))
|