直接点在白点边上的灰色区域,会出错啊
这是事件委托的原理,点击灰色区域也会触发点击事件,需要在回调函数里面添加判断。
if (e.target.nodeName.toLowerCase() === 'li') {}