SOURCE

console 命令行工具 X clear

                    
>
console
<div class="box1"></div>
<div class="box2"></div>
.box1{
    width: 40px;
    height: 40px;
    border: 1px solid red
}
.box2{
    width: 40px;
    height: 40px;
    border: 1px solid blue
}