有没有大佬愿意帮助我这个小白
dailyTitle得到的是一个数组,不能为数组元素绑定onclick事件
for(let i=0;i<dailyTitle.length;i++){ dailyTitle[i].onclick=function(){ console.log(i) } }