1、利用返回结果对象的length来判断才是正确的2、jquery获取document上的对象,无论是否存在都会返回一个true代码示例:if($("#object_id").length>0){alert('对象存在');}else{alert('对象不存在');}