摘要: pip国内主要镜像: 阿里云 https://mirrors.aliyun.com/pypi/simple/ 中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/ 豆瓣(douban) http://pypi.douban.com/simple/ 清华大学 阅读全文
posted @ 2021-01-21 15:14 道友请留步W 阅读(170) 评论(0) 推荐(0)
摘要: import os import sys def get_current(): print(os.getcwd()) print(sys.argv[0]) print(os.path.abspath("../..")) print(os.path.abspath("..")) print(os.pa 阅读全文
posted @ 2021-01-21 10:52 道友请留步W 阅读(445) 评论(0) 推荐(0)