占位和不占位隐藏元素

display:none;不占位隐藏

visibility:hidden;占位隐藏

jquery中的show(),hide()操作的是display

相关文章: