02 2020 档案
摘要:from django.http import JsonResponse from rest_framework.utils import json from utils import requests_pro # from rest_framework.views import APIView f
阅读全文
摘要:page = session.get(url="https://www.qidian.com/") page.encoding = page.apparent_encoding page_text =page.text tree = etree.HTML(page_text)
阅读全文
摘要:from rest_framework.views import APIView from django.shortcuts import render,redirect,HttpResponse from dal import models from django.http import Json
阅读全文