《python 网络爬虫技术》参考答案 第4章~第5章
第4章 爬取动态加载数据
1.选择题
(1)A (2)B (3)A (4)D (5)B
2.填空题
(1)XHR和JS
(2)find_element_by_xpath()
(3)地址和端口
3.实践题
(1)
from selenium import webdriver
from selenium.webdriver.common.by import By
from selenium.webdriver.support import expected_conditions as EC
from sele.
原创
2022-04-22 09:34:48 ·
2070 阅读 ·
0 评论