試過driver.find element方法 只能抓取到 web element(session,element)
網站如下圖
試過find.findall.select...各種方法,若想要抓 1.全部網址 2.並將網址內圖片下載
該如何操作 thanks
用正则 <img src="([\s\S]*?)" data-src
有點不懂 re.findall(<img src="([\s\S]*?)" data-src) 這樣? 但是有空格
re.findall('<img src="([\s\S]*?)" data-src',soupstr)抓不到東西