2018年7月28日
摘要: 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 阅读(138) 评论(0) 推荐(0) 编辑