Some attributes, like the data-* attributes in HTML 5, have names that can’t be used as the names of keyword arguments. You can use these attributes in searches by putting them into a dictionary and passing the dictionary into find_all() as the attrs argument:
LINAICAI
2015-05-26 20:38:06 +08:00
@Sylv 已经搞定了 print("----------开始爬图片----------") images = soup.find_all('img', class_='lazy', attrs={'data-original':True}) for obj in images: #图片 print obj['data-original'] print('\n')
难点主要是-号的问题,不过因为大神提示,对字段的用法有了一点体会。。。
第 1 页 / 共 1 页
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。