最佳答案
在以下取自 Bootstrap的 CSS 中,与号(&)字符是什么意思?
.clearfix {
*zoom: 1;
&:before,
&:after {
display: table;
content: "";
}
&:after {
clear: both;
}
}