Call bs4.BeautifulSoup(html) to return a bs4.BeautifulSoup object from a string html . Find an HTML element using any method, for example soup.findAll('p')[0] ...
確定! 回上一頁