function getClassName(para,obj){ obj = obj||document; if(obj.getElementsByClassName){ return obj.getElementsByClassName(para);
確定! 回上一頁