为什么我alter 的弹不出来
function $(id){ return typeof id==='String'?document.getElementById(id):id; } window.onload= function(){ var titles=$("#notice-tit").getElementsByTagName("li"), divs=$("#notice-con").getElementsByTagName("div"); alter(titles.length); 为什么我弹不出来求解