标签: python html string beautifulsoup
说string = "<html><body><h1>hello world</h1><p>I am super happy today</p></body></html>"
string = "<html><body><h1>hello world</h1><p>I am super happy today</p></body></html>"
使用BeautifulSoup,有没有办法让我得到一个存储char&#39; h&#39;的索引的数组?只有当它匹配html标签的外部时才会出现?
>>> [16, 46]