JQuery------判断拥有某个class或id的div是否存在时间:2024-11-25 10:33:25 if ($(".Btn,#Show").length > 0) { alert("存在"); } else { alert("不存在"); }