05 2018 档案
摘要:css下定位 通过id定位 通过class定位 当class下存在两个样式时,如class=name agh 定位的时候使用: .name.agh 当class和id 都没有的情况下,在[]中写入定位的内容 通过标签选择器,缩小查找范围 xpath支持角标定位,css不支持 多属性定位 模糊定位 ^
阅读全文
摘要:一、class Conn1(object): def conn(self,host,passwd): print(host,passwd) 继承了conn1 class Conn2(conn1): def conn(self): print('哈哈') c=Conn2() c.conn() 打印结果
阅读全文
浙公网安备 33010602011771号