第二個(gè)參數(shù)怎樣使用默認(rèn)值
.m(@wid:100px,@hei:200px,@fts:30px){
width:@wid;
height:@hei;
font-size:@fts;
}
.test{
.m(300px,(這里怎樣使用默認(rèn)高度),50px);
}
.m(@wid:100px,@hei:200px,@fts:30px){
width:@wid;
height:@hei;
font-size:@fts;
}
.test{
.m(300px,(這里怎樣使用默認(rèn)高度),50px);
}
2016-06-26
舉報(bào)
2016-07-24
沒辦法,你只能傳這個(gè)值
2016-07-01
@hei;