使用 QuerySet.bulk_create
createList=[] for d in data: createList.append(OJB(*d)) OBJ.objects.bulk_create(createList)