.while-#{$i} { width: 2em * $i; } $i: $i + 2; } 编译后 .while-1 { width: 2em; } .while
$types: $types - 1; 编译出来css .while-4{ width:24px; } .while