jquery的show,和hide

显示和隐藏元素的方法

相当于CSS中的display属性

show()方法,相当于display:block

hide()方法,相当于display:none