SOURCE

console 命令行工具 X clear

                    
>
console
console.log(1)
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <title>Document</title>
</head>
<body>
  <div class="div"></div>
</body>
</html>
.div {
  width: 100px;
  height: 100px;
  border: 1px solid red;
}