首页 > 快手中后台前端二面(凉经)
头像
康康爱吃瓜
编辑于 2021-09-05 12:04
+ 关注

快手中后台前端二面(凉经)

先许愿,球球过,今天一道算法都没问,渣渣窃喜。
1.实现一个函数
function format(s) {
// todo
}
console.log(format('get-element-by-id'));
// getElementById
2.实现一个组件
<input type=checkbox checked=true><input>
【】全选
【】a
【】b
【】c
<CheckList items={list} value={checkeds} onChange={v => checkeds = v }></CheckList>
const list = [
{ id: 1, label: 'a' },
]
const checkeds = [1,2]
3.强缓存和协商缓存
4.localstorage sessionstorage cookie
5.移动端怎么适配,font-size怎么计算的
6.http2.0 每次都问这个每次都不记得。。
7.get post区别是什么 发几个tcp包
想起来再补,组件都没写出来,唉。。

更多模拟面试

全部评论

(3) 回帖
加载中...
话题 回帖

近期热帖

历年真题 真题热练榜 24小时
技术(软件)/信息技术类
查看全部

近期精华帖

热门推荐