多项选择题

使用beautifulsoup库检索HTML文档中的img标签的方法正确的是()。

A.beautifulsoup.find(’img’)
B.beautifulsoup.find(<img>)
C.beautifulsoup.find_all(’img’)
D.beautifulsoup.findall(<img>)