摘要:
1.列举字符串,列表,元组,字典每个常用的五个方法 字符串:repleace,strip,split,reverse,upper,lower,join 列表:append,pop,insert,remove,sort,count,index 元组:index,count,len(),dir(),cm 阅读全文
摘要:
* 分组与嵌套* 伪类选择器* 伪元素选择器* 选择器优先级* css属性相关(操作标签样式)### 分组与嵌套```pythondiv,p,span { /*逗号表示并列关系*/ color: yellow; }#d1,.c1,span { color: orange; }```### 伪类选择器 阅读全文