先找到這個有湯或者有規律的節點,再和上面的字符組進行匹配。
假設只有壹個節點,用法如下:
從bs4 import beautiful soup URL = ' XXX ' html = req . get(URL)按要求導入重新導入請求。textbs = beautiful soup(html)span = bs . find _ all(' span ',' pro-title ')' ' ' span = re . find all(& lt;span\sclass="pro-title " >【^<;]+& lt;/span & gt;',html)s = span[0]m = re . find all('[\ u4e 00-\ u9fa 5]+',s)' ' ' s = str(span)m = re . find all('[\ u4e 00-\ u9fa 5]+',s)print(m)