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)
评论列表
文章目录