摘要: 1.列举字符串,列表,元组,字典每个常用的五个方法 字符串: strip() , lstrip(),restrip() count(),index(),find() startswith,endswith split, resplit,join().切片 列表: append(), insert() 阅读全文
posted @ 2019-11-14 19:59 black__star 阅读(160) 评论(0) 推荐(0) 编辑
摘要: css属性: 宽和高 width属性可以为元素设置宽度。 height属性可以为元素设置高度。 块级标签才能设置宽度,内联标签的宽度由内容来决定 (!!!!!) 文字属性: 背景属性: 边框: display属性:(标签调节) display:"none"与visibility:hidden的区别: 阅读全文
posted @ 2019-11-14 19:56 black__star 阅读(796) 评论(0) 推荐(0) 编辑