BeautifulSoup (2) 검색 메서드
[ HTML ]12345678910111213141516171819 The Dormouse's story The Dormouse's story Once upon a time there were three little sisters; and their names were Elsie, Lacie and Tillie; and they lived at the bottom of a well. ... Colored by Color Scriptercs [ Python Code ] => 해당 html코드의 문서를 BeautifulSoup의 객체로써 soup변수에 저장한다 [ 검색 메서드 ]tag.next_element / tag.next_elements>>> soup.find(class_="story") # class..
2018.01.18