摘要: 1新建django项目名为json_ajax,应用名为app,在templates模板中新建ajax.html文件 ajax.html 2.在settings配置文件中,注释 3.在urls.py文件中,配置path路径 4.在views.py中,实现逻辑代码 阅读全文