JS 使用for循环遍历子节点查找元素_javascript技巧
程序员文章站
2022-03-30 15:24:02
...
这篇文章主要介绍了JS 使用for循环配合数组遍历子节点查找元素
function nextChildNode(node,clazz,tagName){ var count= node.childElementCount; for(var i=0;i