显示 / 隐藏 <a> 标签

    $("#id").show(); // 根据id 显示标签

$("#id").hide(); // 根据id 隐藏标签
原文地址:https://www.cnblogs.com/g-yang/p/6780049.html