摘要: 语法: array.reduce(function(prev, currentValue, currentIndex, arr), initialValue)prev: 初始值,或者是计算结束后的返回值currentValue: 当前元素currentIndex: 当前元素的索引arr: 当前元素所 阅读全文
posted @ 2022-04-01 17:33 梁文璇say 阅读(294) 评论(0) 推荐(0)
摘要: 一、可继承性的属性 字体相关的:font-size/font-family/font-weight/font-style/font-variant/font-stretch 文本相关的:color/text-align/text-indent/line-height/letter-spacing/w 阅读全文
posted @ 2022-04-01 16:51 梁文璇say 阅读(143) 评论(0) 推荐(0)