若有下列文档:The Dormouse's story
The Dormouse's story
Once upon a time there were three little sisters; and their names wereElsie,Lacie andTillie;and they lived at the bottom of a well.
...有一位同学编写了下列代码:bsoup = BeautifulSoup(htmlDoc,'html.parser')result = bsoup.a.attrsprint(result)此时,输出内容为( )。
The Dormouse's story
Once upon a time there were three little sisters; and their names wereElsie,Lacie andTillie;and they lived at the bottom of a well.
...有一位同学编写了下列代码:bsoup = BeautifulSoup(htmlDoc,'html.parser')result = bsoup.a.attrsprint(result)此时,输出内容为( )。
AElsie[|]{'href': 'http://example.com/elsie'}[|]{'class': ['sister']
B 'id': 'link1'}[|]{'href': 'http://example.com/elsie'
C 'class': ['sister']
D 'id': 'link1'}