problem description
python processes the front-end request and sends back a json data
the environmental background of the problems and what methods you have tried
the shit I need to do, the backend implements a crawler with python, and gets two pieces of data
returns {"a": a, "b", b}
now that I want to get this data in the background, I just want to ask how to use ajax to implement
Let python send back this json data in the background