标签:系统路径 sys 文件 dir 自定义 div nbsp os.path insert
mypath=os.path.dirname(os.path.dirname(os.path.abspath(__file__))) #os.path.dirname 获取文件的目录名 #os.path.abspath 获取文件的当前路径 #__file__ 当前文件 sys.path.insert(0,mypath) #文件的系统路径
标签:系统路径 sys 文件 dir 自定义 div nbsp os.path insert
原文地址:https://www.cnblogs.com/randomlee/p/9251840.html