Blogger Information
小羊bug库
Blog
6
fans
0
comment
0
visits
1409
integral:0
P beans:17
Recent Updates
js 学习1 2023-03-23
前端学习-5 2023-03-16
前端学习-4 2023-03-15
前端学习-3 2023-03-14
前端学习-2 2023-03-13
前端学习-1 2023-03-10
Blog classification
小羊前端bug库 6 articles
  • List of blog posts
  • js 学习1

    函数 命名函数: function先声明在调用function xxx(a,b){ } return xxx 匿名函数: fn = function (){}不存在声明提升,可以将一个匿名函数赋值给一个let/const声明的变量let/const不...

    2023-03-23 19:35 Read 196 comment 0
  • 前端学习-5

    选择器权重原子选择器 tagclassid选择器的权重:html 这是一个标题 样式 h1{color:red;} < .a h1{color:yellow} < #b.a h1{color:gerrn} 伪类选择器 :hover: 鼠标悬停:e...

    2023-03-16 19:23 Read 205 comment 0
  • 前端学习-4

    上下文选择器 父子: > (仅限父子)后代: 空格 (后级所有元素,包括子集,孙子,重孙…)兄弟: + (相邻的下一个元素,紧跟的且只有一个)同级: ~(与当前元素同级的后面的全部元素)

    2023-03-15 19:29 Read 244 comment 0
  • 前端学习-3

    2023-03-14 14:31 Read 220 comment 0
  • 前端学习-2

    2023-03-13 14:31 Read 282 comment 0
  • 前端学习-1

    前端学习(20230309) Chrome的安装很简单,一直点下一步就OK了,下面是安装的一个扩展以及更改检查语言vscode安装完成,扩展内容简介 课堂笔记markdown markdown preview...: markdown 实时预览ma...

    2023-03-10 10:29 Read 262 comment 0