Beautifulsoup 是一個可以幫助我們parse HTML 的函式庫,不管是在寫爬蟲還是 ... for c in table.children: print(f'{c.name} in {table.name}').
確定! 回上一頁