.border_arg(@w:20px,@c:blue,@xx:solid){
border:@arguments;
}
.test_arguments{
.border_arg();
}
border:@arguments;
}
.test_arguments{
.border_arg();
}
2017-02-11
举报