摘要: #实例1,爬取http://www.facets.la/壁纸网站,目前实现爬取某一页,可在此基础上修改 import re import requests import time from bs4 import BeautifulSoup #爬虫一 url="http://www.facets.la 阅读全文
posted @ 2021-05-31 17:50 昊月光华 阅读(7) 评论(0) 推荐(0)
摘要: #define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <stdlib.h> #include "string.h" #include "math.h" #include "test.h" #include "stdio.h" #inc 阅读全文
posted @ 2021-05-31 17:42 昊月光华 阅读(8) 评论(0) 推荐(0)