웹개발3 - python 크롤링하기2
select_one은 바로 print를 해서 출력하면 되지만
select 는 for-in문을 사용해서 하나씩 출력한다.
for title in titles :
print(title.text.strip())
=> title의 text문자값, srtip() 공백제거
'노트 > 항해99' 카테고리의 다른 글
웹개발3 - mongoDB (0) | 2021.12.01 |
---|---|
python-크롤링 (검색어) (0) | 2021.12.01 |
웹개발3 - python 크롤링 (0) | 2021.12.01 |
VScode에서 python 가상환경 만들기 (0) | 2021.11.29 |
웹개발3 - python가상환경 설정 (0) | 2021.11.29 |
댓글