HTML 鼠标悬浮a标签时怎么显示一个矩形背景呢a:hover{}[解决办法]a{display:block;height:30px;width:90px;background:#F0F;}a:hover{color:#FF0;background:#000;