1. 程式人生 > >Beautiful Soup:4 kinds of objects

Beautiful Soup:4 kinds of objects

html ble cts soup bsp comment out form nsf

Beautiful Soup transforms a complex HTML document into a complex tree of Python objects. But you’ll only ever have to deal with about four kinds of objects:

  1. Tag
  2. NavigableString
  3. BeautifulSoup
  4. Comment

Beautiful Soup:4 kinds of objects