SOURCE

console 命令行工具 X clear

                    
>
console
console.log('hello word')
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <title>hello word</title>
</head>
<body>
  <h1>hello word</h1>
</body>
</html>
h1{

  color:#6f7a9b;

}