错误说export必须要是一个str字符串变量。先把 for root,dirs,files in os.walk('cdrom'):里的单引号去掉。然后把运行open(cdcfile, 'w').write(export)之前,把export列表转化成字符串对象。再保存文件即可。"".join(export)