一.只有一列内容: def create_file(self, a, b): # 上传csv 文件 # os.remove('openfile.csv') open_file = open('50000file.csv', 'w+') open_file.write('商户ID'+','+'类目'+','+'描述'+','+'变更分值'+ '\n') for i in range(a, b): open_file.write(str(i)+','+'商户食品安全-重大食品安全事件'+','+'因…