Python -爬蟲11-讀取表格內儲存格<td></td>內的資料 ... for row in rows: all_tds = row.find_all('td') if 'href' in all_tds[3].a.attrs: href ...
確定! 回上一頁