标签:code gray 使用 col beautiful get and 查询 div
soup.find_all(lambda tag: tag.name==‘li‘ and tag.get(‘class‘)==[‘table_col‘])
beautiful soup中想要精准查询class。比如<li class='table_col font_gray'> 和 <li class='table_col'>,需要前者。
标签:code gray 使用 col beautiful get and 查询 div
原文地址:https://www.cnblogs.com/jontyfan/p/12604686.html