Call os.path.normpath(path) to return a normalized string from path . Use str.split(sep) with the resultant string as str and os.sep as sep to return a list ...
確定! 回上一頁