1、在页面的标签中添加style属性,设置display:none;
2、在js中利用jQuery的show()方法,可以显示标签,hide()方法可以隐藏标签
3、display属性隐藏的标签不会占位置