os.path.join(path1[, path2[, ...]]) 把目录和文件名合成一个路径. os.path.normcase(path), 转换path的大小写和斜杠. os.path.normpath(path), 规范path字符串形式.
確定! 回上一頁