单项选择题

A.objects.create(参数=字典类型数据)
B.objects.get(列表或元组)
C.objects.update_or_create(参数=字典类型数据)
D.objects.bulk_create(列表或元组)