摘要:
import os import sys BasePath = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) print(BasePath) sys.path.append(BasePath) from core import main main.login() 阅读全文
posted @ 2018-07-28 11:36
LittleSpring
阅读(143)
评论(0)
推荐(0)
浙公网安备 33010602011771号