<div id="test">零五网(www.02405.com)</div>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script>
//jquery添加元素class类名
$('#test').addClass("active");
//jquery删除元素class类名
$('#test').removeClass("active");
</script>
零五网 - 为热爱技术的人而生!