摘要: 爬取所有的电影名字,类型,时间等信息 1.准备工作 爬取的网页 https://www.ddoutv.com/f/27-1.html 创建项目 win + R 打开cmd输入 scrapy startproject 项目名 然后在pycharm终端输入 scrapy genspider 类名 xxx 阅读全文
posted @ 2022-04-02 22:33 还我睡眠来 阅读(1175) 评论(0) 推荐(0)
摘要: 实现点击页面跳转至另一个html文件,并且传递参数 indexs文件 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge" 阅读全文
posted @ 2022-04-02 20:15 还我睡眠来 阅读(90) 评论(0) 推荐(0)
返回顶端