Therefore Python will decode the string with it's default encoding (ascii). os.path.join(path, filename.decode('ascii')).
確定! 回上一頁