python爬蟲學習筆記(二)

雪音33發表於2020-11-24

在這裡插入圖片描述
在這裡插入圖片描述
我寫的例子:
在這裡插入圖片描述
應該這樣引用:
在這裡插入圖片描述
在這裡插入圖片描述
比較常用的是html解析器
在這裡插入圖片描述
在這裡插入圖片描述
我寫的例子:
在這裡插入圖片描述
在這裡插入圖片描述
from bs4 import BeautifulSoup

soup=BeautifulSoup(demo,“html.parser”)

print(soup.prettify())

This is a python demo page

The demo python introduces several python courses.

Python is a wonderful general-purpose programming language. You can learn Python from novice to professional by tracking the following courses: Basic Python and Advanced Python .

相關文章