array(2) { ["docs"]=> array(0) { } ["count"]=> int(0) } 111string(0) "" int(1) int(10) int(70) int(8640000) string(13) "likecs_art_db" array(1) { ["query"]=> array(1) { ["match_all"]=> object(stdClass)#35 (0) { } } } array(1) { ["createtime.keyword"]=> array(1) { ["order"]=> string(4) "desc" } } int(10) int(0) int(8640000) array(2) { ["docs"]=> array(0) { } ["count"]=> int(0) } 前面面试题总结 - 爱码网

1.关于浏览器性能

前面面试题总结

2. 正则表达式

前面面试题总结

3.数组方法返回值 增返回长度(push unshift)  删返回删除的值(shift pop)  

前面面试题总结

4.http2.0

前面面试题总结

5.定位

前面面试题总结

position: static,元素处于正常的文档流中,会忽略left、top、right、bottom和z-index属性,只有margin:20px 10px好使,margin-top为20px,所以上边距为20px
position: relative ; 元素设置相对于原本位置的定位,margin-top的20px加上top的10ox为30px
position: absolute 同上,只不过这个定位是脱离文档流的
position: sticky 元素未滚动,相当于relative,top值和margin生效, 滚动之后为fixed,top生效

6.script动态加载资源

前面面试题总结

前面面试题总结

 

相关文章: