
校招笔试
Cirzearchenille
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
20190928多益网络前端笔试总结
首先是题型:选择题6填空题6问答题7编程题2选择题主要是一些前端的基础,就不过赘述了,填空题:1. CSS动画属性语法:animation: name duration timing-function delay iteration-count direction fill-mode play-state;2. box-shadow的设置语法:/* x偏移量 | y偏...原创 2019-12-27 18:47:45 · 874 阅读 · 0 评论 -
20190929哈啰出行前端投递笔试总结
全部为选择题,涉及到的知识点有:……1. 不支持冒泡的元素有哪些UI事件 load unload scroll resize 焦点事件 blur focus 鼠标事件 mouseleave mouseenter 2. typeof null 的返回值是什么object,原因呢是因为:从逻辑角度来看,null值表示一个空对象指针,而这正...原创 2019-12-27 18:46:58 · 1350 阅读 · 0 评论