摘要: #-*-coding:utf-8-*- import requests import re import os import time import random #for i in range(3,28,1): #url = "https://www.baidu.com/page/"+str(i) 阅读全文
posted @ 2022-07-16 15:09 射满东城湖 阅读(123) 评论(0) 推荐(0)
摘要: # -*- coding: <encoding name> -*- import io LIMIT = 30 file_count = 0 url_list = [] with io.open('D:\\xiaoshuo\\xiaoshuo.txt','r',encoding = 'utf-8') 阅读全文
posted @ 2022-07-16 15:07 射满东城湖 阅读(156) 评论(0) 推荐(0)