摘要: 左右居中 垂直居中方式 父元素需要设置position为非static定位,如果需要左右也居中,加上 即可。 ` 样例代码 阅读全文
posted @ 2020-03-23 10:58 liehuofeihu 阅读(445) 评论(0) 推荐(0) 编辑
摘要: 1. typeof 首先我们会想到的是使用typeof来检测数据类型,但是对于Function, String, Number, Undefined等这几种基本类型来说,使用typeof来检测都可以检测到,比如代码如下: function test(){} console.log(typeof 1) 阅读全文
posted @ 2020-03-23 09:35 liehuofeihu 阅读(176) 评论(0) 推荐(0) 编辑