Python bs4.BeautifulSoup()()
사용 버전 : Python 3.6.8
사용 프로그램 : Atom 1.35.1 x64
bs4 설치방법은 여기있습니다.
사용 프로그램 : Atom 1.35.1 x64
bs4 설치방법은 여기있습니다.
https://shwoghk14.blogspot.com/2019/05/python-bs4.html
bs4.BeautifulSoup()()는 원하는 태그만 보여줍니다.
이는 'parse_only' 속성 사용과 동일한 효과를 나타냅니다.
<head> 태그만 보기.
<script> 태그만 보기.
끝.
파이썬 bs4.BeautifulSoup()()에 대해서 알아보겠습니다.
괄호 안에는 태그 이름이 들어갑니다.
bs4.BeautifulSoup()()는 원하는 태그만 보여줍니다.
이는 'parse_only' 속성 사용과 동일한 효과를 나타냅니다.
<head> 태그만 보기.
<script> 태그만 보기.
끝.
카테고리: Python, bs4
댓글
댓글 쓰기
궁금한 점은 댓글 달아주세요.
Comment if you have any questions.