9.13 面试题 为什么两个P出此案的效果不同,原因是 浏览器在解析第二个P的时候,因为字母没有空格,浏览器会认为这个单词没有打完,所以不会换行. 列表 ul ol dl li 1.无序列表 ul (1)内部必须有子标签<li></li> (2)ul天生自带外边距 <p>也是自带外边距 ❤list-style 样式属性 可以清楚列表前面的符号 list-style的属性值:circle/disc/square/none ❤并集选择器,用英文状态下的逗号隔开 ❤*选择器…
2017/11/13 Leetcode 日记 463. Island Perimeter You are given a map in form of a two-dimensional integer grid where 1 represents land and 0 represents water. Grid cells are connected horizontally/vertically (not diagonally). The grid is completely surro…