标签:
统计所有id为pp的标签下<a>标签的个数
js这样写:document.getElementById("pp").getElementsByTagName("a").length;jquery这样写:$("#pp a").index()+1;
JS集
原文地址:http://www.cnblogs.com/shabi-ef/p/4224545.html