This is how to do: for table in rows: keys = ["Name","Date","Description",'Url1','Url2']. values = [td.get_text(strip=True) for td in ...
確定! 回上一頁