function $(id){}
function $(id){
return typeof id==='string'?document.getElementByld(id):id;
}
window.onload=function(){
var titles=$('zzj-title').getElementsByTagName('li');
//var divs=$('zzj-con').getElementsByTagName('div');
alert(titles.length);
}
为什么 没有弹出消息框..