SOURCE

console 命令行工具 X clear

                    
>
console
like.onclick = function() {
  alert("我也喜欢");
	console.log("123")
}
<h1 id="like">
  我喜欢代码
</h1>
 h1 {
   font-size: 50px;
   color: rgb(235, 132, 149)
 }