先许愿,球球过,今天一道算法都没问,渣渣窃喜。
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) 回帖