2022年10月8日

10月css 学习记录

摘要: 1.滚动条css样式: html{ box-sizing:border-box; scrollbar-width:thin;}*,*:before,*:after{ box-sizing: inherit; scrollbar-width:inherit;}//伪元素无法继承*::-webkit-s 阅读全文

posted @ 2022-10-08 17:19 有匪 阅读(21) 评论(0) 推荐(0) 编辑

近期学习记录(es+uniapp+小程序+ts)

摘要: 1. es6/es7 es6新特性: let/const: let定义变量,const定义常量; 使用let声明的变量有块级作用域,且没有变量的声明提升,使用let声明的变量在声明之前调用会报语法错误; 使用var声明的变量没有块级作用域,在声明之前调用会报undefined。 函数扩展: 函数参数 阅读全文

posted @ 2022-10-08 15:06 有匪 阅读(241) 评论(0) 推荐(0) 编辑

导航