jquery如何判断对象是否存在 正确的判断写法如下: if($("#object_id").length>0) { alert('对象存在'); } else { alert('对象不存在'); }  ... 2018年7月27日 jquery 浏览量:505 次 发表评论 阅读全文