gpt4 book ai didi

django 将 json 格式数据返回给原型(prototype) ajax

转载 作者:行者123 更新时间:2023-12-03 18:18:25 25 4
gpt4 key购买 nike

有没有办法可以通过 django HttpResponse 传递 json 格式的数据。我正在尝试通过原型(prototype) ajax 调用 View 并返回 json 格式数据。

谢谢

最佳答案

你可以在你的应用程序views.py中做这样的事情

    import json

def ajax_handler(req, your_parameter):

json_response = json.dumps(convert_data_to_json)

return HttpResponse(json_response,mimetype='application/json')

关于django 将 json 格式数据返回给原型(prototype) ajax,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3191375/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com