摘要: 1. selenium转beautifulsoup: pageSource = driver.page_source soup = BeautifulSoup(pageSource,'html.parser') 2. bs4 查找页面内容: resultPages = soup.find(text= 阅读全文
posted @ 2023-04-20 15:45 *飞飞* 阅读(34) 评论(1) 推荐(0)