caterpillar_test.py 文件源码

python
阅读 25 收藏 0 点赞 0 评论 0

项目:caterpillar 作者: chromium 项目源码 文件源码
def setUp(self):
    """Stores a BeautifulSoup in self.soup."""
    html = """
<!DOCTYPE html>
<html>
 <head>
  <title>
   Hello Wó®ld
  </title>
  <link href="styles/main.css" rel="stylesheet"/>
 </head>
 <body>
  <h1>
   Héllo, World! ÚÑÍ¢ÓÐÉ
  </h1>
 </body>
</html>"""
    self.soup = bs4.BeautifulSoup(html)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号