日期:2014-05-16  浏览次数:20332 次

通用js文件

function   $(idValue){

 return  document.getElmentById(idValue);

}