FTP做作业用到的知识点:
摘要:FTP做作业用到的知识点: 一: os.path 模块下常用的用法 os.path.abspath(file) 返回的是.py文件的绝对路径(完整路径) os.path.dirname(file) 返回的是.py文件的目录 os.path.dirname(os.path.abspath(file)
阅读全文
posted @ 2018-11-18 11:46
posted @ 2018-11-18 11:46