SOURCE

console 命令行工具 X clear

                    
>
console
$('.title').css({
  'fonSize': '90px'
});
console.log(9999)
<h2 class="title">this is h2 标签</h2>
.title {
  color: red;
  font-size: 30px;
  font-weight: bold;
}