BeautifulSoup 은 HTML 파싱 라이브러리로서, 몇 개의 메서드만으로 DOM 추출 ... from bs4 import BeautifulSoup ... tag = bs.select("td div a")[0]
確定! 回上一頁