Extracting items out of a QueryDict

后端 未结 8 1236
清酒与你
清酒与你 2020-12-29 07:04

I have a querydict that looks like the following:


How would I extract

8条回答
  •  孤独总比滥情好
    2020-12-29 07:48

    You can use - request.data.get("content") This will give you the data directly if in front end (jQuery,Angular) you have NOT used JSON.stringify(data).

提交回复
热议问题