• 大小: 0.45KB
    文件类型: .py
    金币: 1
    下载: 0 次
    发布日期: 2021-03-03
  • 语言: Python
  • 标签: python  教材  py  爬取  

资源简介

    爬取人教网的教材

资源截图

代码片段和文件信息

import urllib.request
import os
import time

pinurl=‘https://bp.pep.com.cn/ebook/ywliunjxc/files/mobile/‘
src = ‘D:/SoftWork/VSCode/DownPicByHref/小学书籍/语文六年级下册/‘

if(os.path.exists(src)):
    print()
else:
    

评论

共有 条评论