华南俳烁实业有限公司

python

當(dāng)前位置:中華考試網(wǎng) >> python >> python爬蟲 >> 文章內(nèi)容

Python爬蟲中BeautifulSoup對(duì)象創(chuàng)建方法有哪些?

來源:中華考試網(wǎng)  [2020年11月11日]  【

  首先必須要導(dǎo)入 bs4 庫

  from bs4 import BeautifulSoup

  我們創(chuàng)建一個(gè)字符串,后面的例子我們便會(huì)用它來演示

  html = """

  The Dormouse's story

  Once upon a time there were three little sisters; and their names were

  ,

  Lacie and

  Tillie;

  and they lived at the bottom of a well.

  ...

  """

  創(chuàng)建 beautifulsoup 對(duì)象

  soup = BeautifulSoup(html)

python課程免費(fèi)試聽預(yù)約

  • 地區(qū):
  • 姓名:
  • 手機(jī):

  另外,我們還可以用本地 HTML 文件來創(chuàng)建對(duì)象,例如

  soup = BeautifulSoup(open('index.html'))

  上面這句代碼便是將本地 index.html 文件打開,用它來創(chuàng)建 soup 對(duì)象 下面我們來打印一下 soup 對(duì)象的內(nèi)容,格式化輸出

  print soup.prettify()

  輸出結(jié)果:

  The Dormouse's story

  Once upon a time there were three little sisters; and their names were

  ,

  Lacie

  and

  Tillie

  ;

  and they lived at the bottom of a well.

  ...

責(zé)編:fushihao

上一篇:python爬蟲中BeautifulSoup有哪些種類?

下一篇: 沒有了

  • 會(huì)計(jì)考試
  • 建筑工程
  • 職業(yè)資格
  • 醫(yī)藥考試
  • 外語考試
  • 學(xué)歷考試
凤冈县| 锡林郭勒盟| 阳城县| 宣城市| 屏山县| 理塘县| 南川市| 民权县| 新蔡县| 娄烦县| 井研县| 汤原县| 德阳市| 尖扎县| 东台市| 水城县| 永寿县| 饶河县| 阜宁县| 平度市| 靖西县| 遂溪县| 内黄县| 河池市| 平舆县| 宜兴市| 黄浦区| 安图县| 马公市| 孟连| 贵阳市| 金乡县| 徐水县| 鄯善县| 六安市| 汉阴县| 牡丹江市| 杂多县| 塔河县| 南陵县| 商河县|