Converting HTML text into a data object; Importing the BeautifulSoup constructor function ... soup = BeautifulSoup(mytxt, 'lxml') soup.find('a') # <a ...
確定! 回上一頁