Python always uses unicodes to join a string with an unicode. Therefore Python will decode ... os.path.join(path, filename.decode('utf-8')) ...
確定! 回上一頁