摘要:
model表: from django.db import models# Create your models here.class UserInfo(models.Model): useranme=models.CharField(max_length=32) password=models.C 阅读全文
摘要:
最原始的请求url_list=[ 'https://www.cnblogs.com/yunxintryyoubest/category/1338759.html', 'https://www.cnblogs.com/', 'http://www.baidu.com']# import request 阅读全文