原来是Content-type为application/json时,Django不支持request.POST.get(),但可以通过request.body来获取string类型的参数:data ...
確定! 回上一頁