如果使用headers = {"Content-Type": "application/json"},在后台使用request.POST.get()无法获取数据,request.POST是空QueryDict, 此时使用request.body可以获取数据。