要取 指定索引的ul 里的 所有li 怎么取
我想这么写
var afterUl=document.querySelectorAll('ul')[sy-1];
var afterLi=afterUl.querySelectorAll('li');
但是下面的一行会报错
leilei.html:128 Uncaught TypeError: Cannot read property 'querySelectorAll' of undefined。。。
我应该怎么写。。新手求助
FFIVE
相关分类