文件操作

读写文件 文件与文件路径 windows上倒斜杠 os.path.join() 当前目录 os.getcwd() 相对路径和绝对路径 创建文件夹 os.makedirs() os.path模块 处理相对路径和绝对路径 相对路径转绝对路径 os.path.abspath(path) 判断是否为绝对路径 os.path.isabs(path) 返回相对路径 os.path.relpath(path,s
相关文章
相关标签/搜索