<rp id="9v95a"></rp>

      <nobr id="9v95a"><listing id="9v95a"></listing></nobr>\n

      This is a heading<\/h1>\n

      This is a paragraph.<\/p>\n Link to Example<\/a>\n<\/body>\n<\/html><\/pre>

      >導(dǎo)入beautifutsoup:<\/strong> <\/p>

      from bs4 import BeautifulSoup<\/pre> 

      <\/strong> <\/p>>

      html = \"\"\"...<\/html>\"\"\" # Your HTML string goes here.\nsoup = BeautifulSoup(html, 'html.parser')<\/pre>> 

      <\/strong><\/p>