我有这个:
dates = soup.findAll("div", {"id" : "date"})
不过,我需要的id是一个通配符搜索,因为id可以date_1,date_2等等.
id
date_1
date_2
python beautifulsoup
beautifulsoup ×1
python ×1