摘要: 怎么拿16611138,辅助网站https://regex101.com/ 点击查看代码 function save() { $.post("single_video_save.jsp", {id:16611138, duration:total, studylong:studylong, posi 阅读全文
posted @ 2024-10-06 23:11 神仙不在 阅读(3) 评论(0) 推荐(0)
摘要: http://www.boxofficecn.com/boxoffice2019 抓取2019年的电影票房数据 阅读全文
posted @ 2024-10-06 22:04 神仙不在 阅读(3) 评论(0) 推荐(0)
摘要: a = 'htttp://www.baidu.com/meinv.exe' print(a.endswith('exe')) 结果是True 阅读全文
posted @ 2024-10-06 21:30 神仙不在 阅读(4) 评论(0) 推荐(0)
摘要: pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple 阅读全文
posted @ 2024-10-06 11:50 神仙不在 阅读(78) 评论(0) 推荐(0)
摘要: https://movie.douban.com/typerank?type_name=爱情&type=13&interval_id=100:90&action= 使用今天所学内容. 尝试抓取前100部电影的名称, 分数, 封面图的url 点击查看代码 # https://movie.douban. 阅读全文
posted @ 2024-10-06 10:51 神仙不在 阅读(5) 评论(0) 推荐(0)
摘要: 点击查看代码 import requests from lxml import etree url = 'http://antpython.net/webspider/show_excel' headers = { "user-agent": "Mozilla/5.0 (Windows NT 10. 阅读全文
posted @ 2024-10-04 11:28 神仙不在 阅读(9) 评论(0) 推荐(0)
摘要: 点击查看代码 import requests url = 'http://antpython.net/antpython/get_employees' headers = { "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) Apple 阅读全文
posted @ 2024-10-04 09:57 神仙不在 阅读(30) 评论(0) 推荐(0)
摘要: 点击查看代码 import requests from lxml import etree url = 'http://antpython.net/webspider/douban_book_list.html' headers = { "user-agent": "Mozilla/5.0 (Win 阅读全文
posted @ 2024-10-04 09:47 神仙不在 阅读(5) 评论(0) 推荐(0)
摘要: 点击查看代码 import requests from lxml import etree url = 'http://antpython.net/novels/01.html' headers = { "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win 阅读全文
posted @ 2024-10-04 09:14 神仙不在 阅读(12) 评论(0) 推荐(0)
摘要: 点击查看代码 import requests from lxml import etree url = 'http://antpython.net/webspider/show_mingyan_jingju' headers = { "user-agent": "Mozilla/5.0 (Windo 阅读全文
posted @ 2024-10-04 09:12 神仙不在 阅读(2) 评论(0) 推荐(0)
点击右上角即可分享
微信分享提示