登录
注册
jquery方法
if ( $("#ID").length > 0 ) { alert('存在');}else{ alert('不存在');}
javascript方法
if ( document.getElementByid("#ID").length > 0 ) { alert('存在');}else{ alert('不存在');}
sunny
内部课
公开课