If you want to join a list of paths, you need to unpack the list into the argument list. For example, os.path.join(*lst) would join the list ['c:', 'your', ' ...
確定! 回上一頁