if ($(".Btn,#Show").length > 0) {
        alert("存在");
    }
    else {
        alert("不存在");
    }

 

相关文章: