摘要: 一.JS中使用typeof能得到的哪些类型? 1.基本数据类型:number、string、Boolean、undefined、 2.复杂数据类型:object、function 注意: 1.null 使用typeof 之后对 object 型,空对象; 2.数组和对应 使用typeof 之后都是 阅读全文
posted @ 2020-11-01 21:32 Redbreans 阅读(959) 评论(0) 推荐(0) 编辑
摘要: 弹性布局原理 依赖父级容器,子元素充满父级容器 实现功能 用法: display:flex 块级 display:inline-flex 内联 六个作用于容器组件的属性: 1.flex-direction 主轴的方向 row(默认值): 主轴为水平方向,起点在左端; row-reverse: 主轴在 阅读全文
posted @ 2020-10-29 18:36 Redbreans 阅读(27) 评论(0) 推荐(0) 编辑