# list **Repository Path**: pgm666/list ## Basic Information - **Project Name**: list - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pydemo02 # 本系统在py3.7上测试 #使用pip安装: - pip install -Ur requirements.txt ## 4-27 ajax数据传递 python 生成json JsonResponse(myjson) = HttpResponse(json.dumps(myjson), content_type='application/json') python 接收 json数据 json.loads(request.body) ![Image](./doc/20200427152238.png) ## 4-29 前后端分离而产生的跨域问题解决方法 ![Image](./doc/20200429151641.png)