|
|
1
0
你可以用 soup.findAll
结果: <meta name="description" content="Free Web tutorials on HTML, CSS, XML" /> <meta name="keywords" content="HTML, CSS, XML" /> |
|
|
2
2
BeautifulSoup标准化了输入的解析树。它将标记转换为小写。你没什么好担心的。 |