摘要: 首先导入模块: from selenium import webdriver 获取属性 tag.get_attribute('src') 获取标签ID,位置,名称,大小 print(tag.id)print(tag.location)print(tag.tag_name)print(tag.size 阅读全文
posted @ 2021-09-29 21:54 查无此人cxc 阅读(168) 评论(0) 推荐(0)